You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/07/26 17:39:46 UTC

[netbeans-jenkins-lib] branch master updated: force a common zip name over builds

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 4b6f6b7  force a common zip name over builds
4b6f6b7 is described below

commit 4b6f6b798eb6403c7871da74f416eae577ea004a
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Jul 26 19:39:37 2019 +0200

    force a common zip name over builds
---
 vars/asfStandardBuild.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 18f4ecd..81b1176 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -106,8 +106,9 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
         mavenLocalRepo: localRepo) {
         // Some common Maven command line + provided command line
         sh "mvn -V -B -U -e -Dmaven.test.failure.ignore=true $cmdline "
+	sh "mv target/*-site.jar WEBSITE.zip"
     }
- 
+    archiveArtifacts 'WEBSITE.zip'
 }
 
 def notifyBuild(String buildStatus) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists