This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git
The following commit(s) were added to refs/heads/master by this push:
new 8bea2d4cc5 Jenkinsfile
8bea2d4cc5 is described below
commit 8bea2d4cc566e9790f450284eb28f00b3f83fc60
Author: Steve Blackmon <[email protected]>
AuthorDate: Mon Dec 18 13:27:34 2023 -0600
Jenkinsfile
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0ccbf89280..fd96aa775c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,7 @@ timestamps {
def JAVA_JDK_17=tool name: 'jdk_17_latest', type:
'hudson.model.JDK'
def MAVEN_3_LATEST=tool name: 'maven_3_latest', type:
'hudson.tasks.Maven$MavenInstallation'
-
withEnv(["Path+JDK=$JAVA_JDK_17/bin","Path+MAVEN=$MAVEN_3_LATEST/bin","JAVA_HOME=$JAVA_JDK_14"])
{
+
withEnv(["Path+JDK=$JAVA_JDK_17/bin","Path+MAVEN=$MAVEN_3_LATEST/bin","JAVA_HOME=$JAVA_JDK_17"])
{
sh "mvn -P 'java-17' clean install deploy"
}
}