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 38f28d2 label node selection changes + debug npm
38f28d2 is described below
commit 38f28d2d2a7a36a03e0929110891276d0625787b
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Apr 19 16:06:51 2024 +0200
label node selection changes + debug npm
---
vars/asfMainNetBeansBuild.groovy | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 58ae40b..5306914 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -66,8 +66,8 @@ def call(Map params = [:]) {
disableConcurrentBuilds()
timeout(time: 340, unit: 'MINUTES')
}
-
- agent { node { label 'ubuntu && !nocredentials' } }
+//
+ agent { node { label 'ubuntu && !nocredentials && !ephemeral' } }
parameters {
booleanParam(name: 'INSTALLERS', defaultValue: false, description:
'Build installers?')
@@ -89,7 +89,8 @@ def call(Map params = [:]) {
println '20231904'
println githash
println branch
-
+ // we need npm later test early
+ sh 'npm --version'
if (!releaseInformation[branch]) {
// no branch definined in json exit build
if
(releaseInformation[branch.replace('vsnetbeans_preview_','release')]) {
---------------------------------------------------------------------
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