You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2023/03/28 02:02:52 UTC

[james-site] 07/30: [JAMES-3226] Fixed publish in Jenkinsfile - using specific maven version in tools { }

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

rcordier pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/james-site.git

commit ef46ee6225bc478bd6d7c4ce90e87dde86dadccc
Author: Eugen Stan <eu...@ieugen.ro>
AuthorDate: Mon Jul 20 12:41:40 2020 +0300

    [JAMES-3226] Fixed publish in Jenkinsfile - using specific maven version in tools { }
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index e7d8d72e2..0a1a168db 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,6 +20,7 @@
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
 def JDK_NAME = env.JDK_NAME ?: 'JDK 11 (latest)'
+def MAVEN_NAME = 'Maven 3 (latest)'
 
 pipeline {
 
@@ -33,6 +34,7 @@ pipeline {
 
     tools {
         jdk JDK_NAME
+        maven MAVEN_NAME
     }
 
     options {


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org