Explorar el Código

adjusted jenkinsfile

xiaoct hace 7 años
padre
commit
ccd4d88c27
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      Jenkinsfile

+ 5 - 5
Jenkinsfile

@@ -43,11 +43,11 @@ pipeline {
                 input message: 'Finished using the web site? (Click "Proceed" to continue)'
             }
         }
-        post { 
-            always { 
-                cleanWs()
-        }
-    }
             
     }
+    post { 
+        always { 
+            cleanWs()
+        }
+    }
 }