INFRA-20948: Enable windows builds to try to get more info for infra
diff --git a/Jenkinsfile b/Jenkinsfile
index e4c3ecc..40e1814 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,8 @@
  */
 pipeline {
 
-    agent { label 'ubuntu' } 
+//    agent { label 'ubuntu' } 
+    agent any
 
     environment {
         // It seems the login the jenkins slave uses, doesn't pick up the environment changes,