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 2022/08/09 08:51:31 UTC

[netbeans-jenkins-lib] branch master updated: add layers and services files

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 8edc493  add layers and services files
8edc493 is described below

commit 8edc4933718eccb1d0d8c79109faef0241521954
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Aug 9 10:51:28 2022 +0200

    add layers and services files
---
 jobs/netbeansbase.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jobs/netbeansbase.groovy b/jobs/netbeansbase.groovy
index f039eeb..aad5350 100644
--- a/jobs/netbeansbase.groovy
+++ b/jobs/netbeansbase.groovy
@@ -73,13 +73,13 @@ The <b>licenses</b> are checked by the <a href="../netbeans-license/lastComplete
     label('ubuntu')
     steps {
         ant {
-            targets(['build','test-platform', 'build-nbms', 'generate-uc-catalog', 'build-source-zips'])
+            targets(['build','test-platform', 'build-nbms', 'generate-uc-catalog', 'build-source-zips', 'index-layer-path'])
             props('do.build.windows.launchers': 'true')
             antInstallation(antversion)
         }
     }
     publishers {
-        archiveArtifacts('nbbuild/**/*.zip,nbbuild/nbms/**')
+        archiveArtifacts('nbbuild/**/*.zip,nbbuild/nbms/**,nbbuild/build/generated/**')
         archiveJunit('**/test/*/results/TEST*.xml')
     } 
 }


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