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 f64301ff01 remove jenkins deploy step for now
f64301ff01 is described below
commit f64301ff01260ed5f6b2980dd940e54d33101290
Author: Steve Blackmon <[email protected]>
AuthorDate: Mon Dec 18 13:38:13 2023 -0600
remove jenkins deploy step for now
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index fd96aa775c..22dd72e9c2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ timestamps {
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_17"])
{
- sh "mvn -P 'java-17' clean install deploy"
+ sh "mvn -P 'java-17' clean install"
}
}