]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
remove CWD variable from common_code
authorMathias Klette <mathias.klette@profitbricks.com>
Thu, 2 May 2013 08:38:14 +0000 (10:38 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Thu, 2 May 2013 08:38:14 +0000 (10:38 +0200)
commit17930bc44c94a4a92810aad11c5d6a8e0de7c104
treec903aaf096c3c1c88fde5eceae59b8459cfe56dc
parent223e18af4425dec7eec4a900da78e9af2db2157e
remove CWD variable from common_code

- which used jenkins provided environment variable 'WORKSPACE'
- this in turns leads to errors in debian_repos2db.sh when no such variable exists
- replaced all occurences of CWD in debian_build with it's corresponding ENV['WORKSPACE'] variable
common_code.py
debian_build.py