Skip to content

Commit 5ba26ca

Browse files
committed
removing wls_version
1 parent 47718bc commit 5ba26ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/alias-test/Jenkinsfile.generate-child

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_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'
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)