Skip to content

Commit 47e9e41

Browse files
committed
adding debug for jenkins run
1 parent 63c7a96 commit 47e9e41

File tree

1 file changed

+1
-0
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+1
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Operator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ private void initialize() throws Exception {
279279
}
280280
logger.info("IMAGE_NAME_OPERATOR=" + System.getenv("IMAGE_NAME_OPERATOR"));
281281
logger.info("IMAGE_TAG_OPERATOR=" + System.getenv("IMAGE_TAG_OPERATOR"));
282+
logger.info("Git branch "+TestUtils.getGitBranchName());
282283
// customize the inputs yaml file to use our pre-built docker image
283284
if (System.getenv("IMAGE_NAME_OPERATOR") != null
284285
&& System.getenv("IMAGE_TAG_OPERATOR") != null) {

0 commit comments

Comments
 (0)