File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
integration-tests/alias-test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pipeline {
71
71
// -Dwls_java_home will point to JDK7 for early WLS versions where it is required.
72
72
// For all newer versions, it points to the JAVA_HOME location so it is a no-op.
73
73
//
74
- sh 'pushd integration-tests/alias-test/generate && mvn -s ${jenkins_home_directory}/.m2/settings.xml -B install -Dalias-test-skip-generate=false -Dskip-wdt-install=true -Dalias_test_oci_profile=${oci_profile} -Dwls_version=${params.wls_version} - Dwls_java_home=/u01/jdk && popd'
74
+ sh 'pushd integration-tests/alias-test/generate && mvn -s ${jenkins_home_directory}/.m2/settings.xml -B install -Dalias-test-skip-generate=false -Dskip-wdt-install=true -Dalias_test_oci_profile=${oci_profile} -Dwls_java_home=/u01/jdk && popd'
75
75
}
76
76
}
77
77
}
You can’t perform that action at this time.
0 commit comments