From 4481c6286362c3267743364e5315e1a4df2ff1e8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Oct 2012 14:08:35 +0200 Subject: [PATCH] pass jenkins $JOB_NAME to build.sh --- liveboot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index bd97392..55346b5 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -33,7 +33,7 @@ git clone git://git/ri/liveboot.git cd liveboot git checkout $GIT_BRANCH [ -d /srv/build/cache ] && mv /srv/build/cache . -./build.sh $BUILD_NUMBER $GIT_BRANCH $REQUEST_ID +./build.sh $JOB_NAME $BUILD_NUMBER $GIT_BRANCH $REQUEST_ID EOF # -- 2.39.5