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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 69bfe2f  reuse variable
69bfe2f is described below

commit 69bfe2f10a1d58207624e18fcb439e73d8835fbf
Author: Olivier Lamy <[email protected]>
AuthorDate: Wed Apr 18 14:06:37 2018 +1000

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

diff --git a/Jenkinsfile b/Jenkinsfile
index ae6a594..f8992e7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@ node ("ubuntu") {
     stage ('Build') {
       withEnv(mvnEnv) {
         timeout(120) {
-          withMaven(maven: 'Maven 3.5.2', jdk: 'JDK 1.8 (latest)',
+          withMaven(maven: mvntool.name, jdk: jdktool.name,
                         globalMavenSettingsConfig: deploySettings,
                         mavenLocalRepo: 
"${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}"                  
                    )

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to