FabioFratini 10 tháng trước cách đây
mục cha
commit
ec69f2a686
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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