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 {
7171 // -Dwls_java_home will point to JDK7 for early WLS versions where it is required.
7272 // For all newer versions, it points to the JAVA_HOME location so it is a no-op.
7373 //
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'
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'
7575 }
7676 }
7777 }
You can’t perform that action at this time.
0 commit comments