]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
common_code: reset GIT_BRANCH if it differs from GIT_BRANCH_NAME
authorMathias Klette <mathias.klette@profitbricks.com>
Wed, 29 May 2013 12:11:23 +0000 (14:11 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Wed, 29 May 2013 12:11:23 +0000 (14:11 +0200)
commit908ff63f16e0b48250e21ba392bb35724cc66cdf
tree92f48ec3ad1d517fb87fb2f8664adfecc098f796
parent1ed79f86e2f52dffa2d1cb959ea005c841d83f1e
common_code: reset GIT_BRANCH if it differs from GIT_BRANCH_NAME

Most jobs use GIT_BRANCH_NAME parameter to let user choose the branch to build
the package from while GIT_BRANCH contains the sha commit id of HEAD of most
recent commit (unconfirmed yet).
common_code.py