Reset label to ubuntu
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index f9935f8..e5f0ee0 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -56,12 +56,12 @@
   pipeline {
     agent {
       node {
-        label 'ubuntu && !H26'
+        label 'ubuntu'
       }
     }
     stages{
       stage("Build"){
-        agent { node { label 'ubuntu && !H26' } }
+        agent { node { label 'ubuntu' } }
         options { timeout(time: 120, unit: 'MINUTES') }
         steps{
           mavenBuild( jdk, cmdline, mvnName, publishers)