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 a4f1b73 test to add website generation
a4f1b73 is described below
commit a4f1b7306e8701bd2ee6c58b2b54495172dbd881
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Jul 26 18:07:20 2019 +0200
test to add website generation
---
vars/asfStandardBuild.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 072399e..fb18805 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":"clean install")
+ def cmdline = params.containsKey('cmdline') ? params.cmdline :
(env.BRANCH_NAME == 'master'?"clean deploy site:jar
-Dproject.build.finalName=uploadablewebsite ":"clean install")
def mvnName = params.containsKey('mvnName') ? params.mvnName : 'Maven
3.5.2'
@@ -107,6 +107,7 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
// Some common Maven command line + provided command line
sh "mvn -V -B -U -e -Dmaven.test.failure.ignore=true $cmdline "
}
+ archiveArtifacts artifacts: 'target/uploa**'
}
def notifyBuild(String buildStatus) {
---------------------------------------------------------------------
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