This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git

commit 6a33d8cdd3060b3fea26b2ae63f9900f991ca52a
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sun Oct 18 21:41:24 2020 +0200

    Adapt to new Maven name in Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index aa2e9cc..d4dcc41 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,7 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
+        maven 'maven_3_latest'
         jdk 'JDK 1.8 (latest)'
     }
 

Reply via email to