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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cadc58  Add maven tool to pipeline
0cadc58 is described below

commit 0cadc58eafc71a562cdeb857df3d282e68e44661
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Nov 6 18:48:01 2020 +0100

    Add maven tool to pipeline
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 39c696c..4eb4b63 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,6 +19,7 @@
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
 def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'
+def MAVEN_NAME = env.MAVEN_NAME ?: 'maven_3_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dmaven.compiler.fork=true 
-Dsurefire.rerunFailingTestsCount=2"
 
@@ -30,6 +31,7 @@ pipeline {
 
     tools {
         jdk JDK_NAME
+        maven MVN_NAME
     }
 
     environment {

Reply via email to