You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2018/12/25 22:57:55 UTC

[maven] branch MNG-6522 updated: Test build with latest 3.6 Maven - not yet in jenkinsEnv

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

slachiewicz pushed a commit to branch MNG-6522
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6522 by this push:
     new c05868b  Test build with latest 3.6 Maven - not yet in jenkinsEnv
c05868b is described below

commit c05868beec3b046053794dbb66d5c4ee1102b8d9
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 25 23:52:25 2018 +0100

    Test build with latest 3.6 Maven - not yet in jenkinsEnv
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 37808d3..1e364bb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
 
         stage('Build / Unit Test') {
             String jdkName = jenkinsEnv.jdkFromVersion(buildOs, buildJdk)
-            String mvnName = jenkinsEnv.mvnFromVersion(buildOs, buildMvn)
+            String mvnName = 'Maven 3.6.0' // jenkinsEnv.mvnFromVersion(buildOs, buildMvn)
             withMaven(jdk: jdkName, maven: mvnName, mavenLocalRepo:"${WORK_DIR}/.repository", options:[
                 artifactsPublisher(disabled: false),
                 junitPublisher(ignoreAttachments: false),