From 2a21dde93832c9c1fc54531a981948e57ae1a7c4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Oct 2012 15:28:16 +0200 Subject: [PATCH] try harder to trap jenkins --- liveboot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index 6ac7e01..9babfee 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -44,7 +44,7 @@ $SCRIPTSDIR/liveboot2db.py $JOB_NAME $BUILD_NUMBER $REQUEST_ID $BUILD_START # trap failures # set -e -trap set_failure INT TERM EXIT ERR +trap set_failure INT TERM EXIT ERR KILL STOP HUP ABRT # # build liveboot -- 2.39.5