This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new 601c2fb Update asfStandardBuild.groovy
601c2fb is described below
commit 601c2fbcfa2b8519d650ad9ec962e3effcac1392
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Sep 20 17:28:31 2019 +0200
Update asfStandardBuild.groovy
use last 3.5.4 for 3.5.x
---
vars/asfStandardBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 5d19fb1..b179c3d 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -32,7 +32,7 @@ def call(Map params = [:]) {
def jdk = params.containsKey('jdk') ? params.jdk : 'JDK 1.8 (latest)'
// use the cmdLine parameter otherwise default depending on current branch
def cmdline = params.containsKey('cmdline') ? params.cmdline :
(env.BRANCH_NAME == 'master'?"clean deploy site:jar":"clean install")
- def mvnName = params.containsKey('mvnName') ? params.mvnName : 'Maven
3.5.2'
+ def mvnName = params.containsKey('mvnName') ? params.mvnName : 'Maven
3.5.4'
def defaultPublishers = [artifactsPublisher(disabled: false),
junitPublisher(ignoreAttachments: false, disabled: false),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists