Skip to content

Commit 86b2cd8

Browse files
committed
adding debug for jenkins run
1 parent bc18fb9 commit 86b2cd8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +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());
282+
logger.info("Git branch " + TestUtils.getGitBranchName());
283283
// customize the inputs yaml file to use our pre-built docker image
284284
if (System.getenv("IMAGE_NAME_OPERATOR") != null
285285
&& System.getenv("IMAGE_TAG_OPERATOR") != null) {

0 commit comments

Comments
 (0)