From: Holger Levsen Date: Wed, 10 Oct 2012 15:21:33 +0000 (+0200) Subject: also pass REQUEST_ID to build.sh X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=79cf54cafee08b6b469de65b67378bbdda6f9110;p=profitbricks%2Fjenkins-build-scripts.git also pass REQUEST_ID to build.sh --- diff --git a/liveboot_build.sh b/liveboot_build.sh index 2a54065..fb4f838 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -34,7 +34,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 +./build.sh $BUILD_NUMBER $GIT_BRANCH $REQUEST_ID EOF sudo pbuilder --execute --bindmounts /srv/build/ -- $BUILD_SCRIPT rm $BUILD_SCRIPT