Browse Source

adjusted jenkinsfile

xiaoct 7 years ago
parent
commit
ccd4d88c27
1 changed files with 5 additions and 5 deletions
  1. 5 5
      Jenkinsfile

+ 5 - 5
Jenkinsfile

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