FabioFratini hai 10 meses
pai
achega
ec69f2a686
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -124,7 +124,7 @@ pipeline {
 
     post {
         always {
-            node {
+            node(any) {
                 cleanWs()
             }
         }