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 61a9439  parameter on the withMaven parameter
61a9439 is described below

commit 61a9439ed2c53e18efce854c1be84d4967222f37
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Jul 26 19:15:17 2019 +0200

    parameter on the withMaven parameter
---
 vars/asfStandardBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index fb18805..d5c0178 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -31,7 +31,7 @@ def call(Map params = [:]) {
     // now determine 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 
-Dproject.build.finalName=uploadablewebsite ":"clean install")
+    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'
 
 
@@ -94,7 +94,7 @@ def call(Map params = [:]) {
 def mavenBuild(jdk, cmdline, mvnName, publishers) {
     def localRepo = "../.maven_repositories/${env.EXECUTOR_NUMBER}" // 
".repository" //
     //def settingsName = 'archiva-uid-jenkins'
-    def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true'
+    def mavenOpts = '-Xms1g -Xmx4g -Djava.awt.headless=true 
-Dproject.build.finalName=uploadablewesite'
 
     withMaven(
         maven: mvnName,


---------------------------------------------------------------------
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

Reply via email to