diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-19 13:43:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-19 13:43:11 +0200 |
commit | eae2b48d1fcd6ce16aadf248de1e7da03d3b671c (patch) | |
tree | eccb32c7cbe864342edbaf275ab8a7890559fe7c /bin | |
parent | 71fa4bfb29cf9311d3e67d7410806c05acf24043 (diff) | |
download | jenkins.debian.net-eae2b48d1fcd6ce16aadf248de1e7da03d3b671c.tar.xz |
turn aborted jobs into unstable ones
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 98db322f..14dd0661 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -25,7 +25,7 @@ abort_if_bug_is_still_open() { echo "########################################################################" echo echo - echo + echo "Warning: aborting the job because of bug because #$1" echo exec /srv/jenkins/bin/abort.sh exit 0 |