From: Holger Levsen Date: Thu, 25 Oct 2012 12:08:35 +0000 (+0200) Subject: pass jenkins $JOB_NAME to build.sh X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4481c6286362c3267743364e5315e1a4df2ff1e8;p=profitbricks%2Fjenkins-build-scripts.git pass jenkins $JOB_NAME to build.sh --- 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 #