diff options
-rwxr-xr-x | bin/reproducible_build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 5ddd8400..4df70dec 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -272,7 +272,7 @@ unregister_build() { handle_env_changes() { unregister_build - MESSAGE="$(date -u ) - $BUILD_URL encountered a problem: $1" + MESSAGE="$(date -u ) - $BUILD_URL/console encountered a problem: $1" echo -e "$MESSAGE" | tee -a /var/log/jenkins/reproducible-env-changes.log # no need to slow down exec /srv/jenkins/bin/abort.sh @@ -281,7 +281,7 @@ handle_env_changes() { handle_remote_error() { unregister_build - MESSAGE="$BUILD_URL got remote error $1" + MESSAGE="$BUILD_URL/console got remote error $1" echo "$(date -u ) - $MESSAGE" | tee -a /var/log/jenkins/reproducible-remote-error.log echo "Sleeping 5m before aborting the job." sleep 5m @@ -292,7 +292,7 @@ handle_remote_error() { handle_enospace() { unregister_build - MESSAGE="$BUILD_URL hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH, sleeping 30m." + MESSAGE="$BUILD_URL/console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH, sleeping 30m." echo "$MESSAGE" echo "$MESSAGE" | mail -s "$BUILDER ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org irc_message "$MESSAGE" |