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 <[email protected]>
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: [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