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 2c1be79  fix variable name
2c1be79 is described below

commit 2c1be79bc57e32af6242c67f789852732ec49831
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Nov 6 18:49:29 2020 +0100

    fix variable name
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4eb4b63..83967c1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
 
     tools {
         jdk JDK_NAME
-        maven MVN_NAME
+        maven MAVEN_NAME
     }
 
     environment {

Reply via email to