Update asfMainNetBeansBuild.groovy
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 @@
             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?')