diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-07 04:04:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-07 04:04:58 +0200 |
commit | be04d8f1b36fb2182b31e85f248058237e11a286 (patch) | |
tree | b1ccfb4ee7c2f4319c3699a6948991786122dfce /bin | |
parent | 170bc415fe017af3cd9e59e4b0991992e5481618 (diff) | |
download | jenkins.debian.net-be04d8f1b36fb2182b31e85f248058237e11a286.tar.xz |
reproducible: slow down on unhandled failures
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index b8483001..de2cd535 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -268,6 +268,7 @@ handle_unhandled() { MESSAGE="$BUILD_URL met an unhandled $1, please investigate." echo "$MESSAGE" irc_msg "$MESSAGE" + sleep 15m /srv/jenkins/bin/abort.sh exit 0 } |