]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
modify
authorRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:53:53 +0000 (14:53 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Tue, 2 Aug 2011 12:53:53 +0000 (14:53 +0200)
testgit_build.py

index 49a88ca927826e66b9e4befe70b5a0b4274ff944..84942aec69ade2c3109eeca1a10f241f1675b855 100755 (executable)
@@ -117,6 +117,9 @@ def git_checkout_branch():
     cmd = [GIT, 'checkout', '-b', GIT_BRANCH_NAME, GIT_REMOTE_BRANCH_NAME]
     
     logger.debug('This is GIT_TARGET_DIR: %s' %(GIT_TARGET_DIR))
+    logger.debug('This is GIT_BRANCH_NAME: %s' %(GIT_BRANCH_NAME))
+    logger.debug('This is GIT_REMOTE_BRANCH_NAME: %s'
+            %(GIT_REMOTE_BRANCH_NAME))
     cmdobj = subprocess.Popen(
             cmd,
             shell=False,