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 711db06 Update asfMainNetBeansBuild.groovy
711db06 is described below
commit 711db06bcfea9405cbee5d9567b285018f9d4599
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Apr 19 16:24:11 2024 +0200
Update asfMainNetBeansBuild.groovy
---
vars/asfMainNetBeansBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 5306914..e79f9e5 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -67,7 +67,7 @@ def call(Map params = [:]) {
timeout(time: 340, unit: 'MINUTES')
}
//
- agent { node { label 'ubuntu && !nocredentials && !ephemeral' } }
+ agent { node { label 'ubuntu && !ephemeral' } }
parameters {
booleanParam(name: 'INSTALLERS', defaultValue: false, description:
'Build installers?')
---------------------------------------------------------------------
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