This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new f2214d0 Jenkins: fix Maven ref
f2214d0 is described below
commit f2214d0c391d4ccd7896141b48ff41486f985403
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Sun Nov 8 10:18:51 2020 +0100
Jenkins: fix Maven ref
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1dd043e..9aff7c6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ pipeline {
}
tools {
jdk "${JAVA_VERSION}"
- maven 'Maven (latest)'
+ maven 'maven_latest'
}
environment {
MAVEN_OPTS = "-Xmx1024m"