Skip to content

Commit 55d2ad3

Browse files
committed
add debug for webapp deploy
1 parent 00eb6b3 commit 55d2ad3

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/Domain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ private void callShellScriptByExecToPod(
930930
"FAILURE: command " + cmdKubectlSh + " failed, returned " + result.stderr());
931931
}
932932
String output = result.stdout().trim();
933+
logger.info("Command returned " + output);
933934
if (!output.contains("Deployment State : completed")) {
934935
throw new RuntimeException("Failure: webapp deployment failed." + output);
935936
}

0 commit comments

Comments
 (0)