Skip to content

Commit 6ef0084

Browse files
committed
change dir location
1 parent dc06a52 commit 6ef0084

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/BaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ public static void tearDown(String iTClassName) throws Exception {
610610
"export RESULT_ROOT=$RESULT_ROOT && export PV_ROOT=$PV_ROOT && export IT_CLASS=");
611611
cmd.append(iTClassName);
612612
if (JENKINS) {
613-
cmd.append(" && export JENKINS_RESULTS_DIR=${WORKSPACE}/${BUILD_TAG} ");
613+
cmd.append(" && export JENKINS_RESULTS_DIR=${WORKSPACE}/logdir/${BUILD_TAG} ");
614614
}
615615
cmd.append(" && ")
616616
.append(BaseTest.getProjectRoot())

0 commit comments

Comments
 (0)