FabioFratini 10 ماه پیش
والد
کامیت
ec69f2a686
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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