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 fe5403c mitigate credentials issues
fe5403c is described below
commit fe5403c06763ed9f698edfe5a9d92ed414fd05dd
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Jul 11 10:55:15 2023 +0200
mitigate credentials issues
---
vars/asfMainNetBeansBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index eb39e7a..6647092 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -67,7 +67,7 @@ def call(Map params = [:]) {
timeout(time: 240, unit: 'MINUTES')
}
- agent { node { label 'ubuntu' } }
+ agent { node { label 'ubuntu && !nocredentials' } }
parameters {
booleanParam(name: 'INSTALLERS', defaultValue: false, description:
'Build installers?')
@@ -76,7 +76,7 @@ def call(Map params = [:]) {
stages {
stage("Preparing Variable") {
- //agent { node { label 'ubuntu' } }
+ //agent { node { label 'ubuntu && !nocredentials' } }
steps {
script {
// test if we can do that
---------------------------------------------------------------------
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