From: Jan-Simon Möller Date: Mon, 8 Jul 2019 16:49:28 +0000 (+0200) Subject: Be less verbose in CIBT jobs X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=76681fa87c78a72d050d8310d97f1ebb9d86acb2;p=ci-management.git Be less verbose in CIBT jobs Remove the set -x and print JOB_URL prominently. Change-Id: I81b2283557e5b2ca5ca7815adb43f4e930250357 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-lava-jobs-submit.sh b/jjb/common/include-agl-lava-jobs-submit.sh index d349acdf..5ddb14fd 100644 --- a/jjb/common/include-agl-lava-jobs-submit.sh +++ b/jjb/common/include-agl-lava-jobs-submit.sh @@ -34,9 +34,13 @@ fi # Printing the job URL in the log echo "THe job id is: ${job_id}" JOB_URL="${url}scheduler/job/${job_id}" -echo "Submitted as job: $JOB_URL" -set -x +echo "" +echo "" +echo "Submitted as job: $JOB_URL" +echo "" +echo "####################################################" +echo "" # # LAVA job details, get job status from lavacli output #