[Qa-jenkins-scm] [jenkins.debian.net] 01/02: fixup fd444bf: reproducible Debian: export so it gets included into test history

Holger Levsen holger at layer-acht.org
Sat Apr 15 13:57:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 725c96dc7e111aa2fd373614dabe3648864a4174
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Apr 15 15:55:37 2017 +0200

    fixup fd444bf: reproducible Debian: export  so it gets included into test history
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_service.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index 1871044..2639f8d 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -24,7 +24,8 @@ let BUILD_ID=OLD_ID+1
 mkdir -p $BUILD_BASE/$BUILD_ID
 
 export BUILD_URL=https://jenkins.debian.net/userContent/build_service/$1
-export JOB=$1/$BUILD_ID
+export BUILD_ID
+export JOB_NAME="reproducible_builder_$1"
 
 case $1 in
 	arm64_builder1)		NODE1=codethink-sled12-arm64	NODE2=codethink-sled15-arm64 ;;
@@ -39,3 +40,7 @@ esac
 # < h01ger> | logs should auto display in browser like with jenkins… (long-polling, meta-refresh, something)
 # < h01ger> | and we need maintenance to cleanup the log files eventually
 # < h01ger> | and translate that yaml to crontab entries, starting with i386
+# Sleeping 5m before aborting the job.
+# -> blocks stopping the service
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list