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 0ef5ba0 junit archive remove
0ef5ba0 is described below
commit 0ef5ba0204c6cd9d10f8425f3f3bf7c28b6ce617
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Feb 16 12:36:50 2024 +0100
junit archive remove
---
jobs/netbeansbase.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jobs/netbeansbase.groovy b/jobs/netbeansbase.groovy
index 0c0061d..9b6024f 100644
--- a/jobs/netbeansbase.groovy
+++ b/jobs/netbeansbase.groovy
@@ -87,7 +87,7 @@ The <b>licenses</b> are checked by the <a
href="../netbeans-license/lastComplete
}
publishers {
archiveArtifacts('nbbuild/**/*.zip,nbbuild/nbms/**,nbbuild/build/generated/**')
- archiveJunit('**/test/*/results/TEST*.xml')
+ //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