From: Holger Levsen Date: Thu, 23 Aug 2012 11:01:18 +0000 (+0200) Subject: push jenkins BUILD_NUMBER into liveboot build script X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2310df3fb98212c51600bb52be4ac4dc1087b0b1;p=profitbricks%2Fjenkins-build-scripts.git push jenkins BUILD_NUMBER into liveboot build script --- diff --git a/liveboot_build.sh b/liveboot_build.sh index 1f118c2..5a9fd91 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -20,7 +20,7 @@ apt-get -y install debootstrap ldap-utils git clone git://git/ri/liveboot.git cd liveboot git checkout feature/jenkins -./build.sh +./build.sh $BUILD_NUMBER EOF sudo pbuilder --execute --bindmounts /srv/build/liveboot -- $BUILD_SCRIPT