فهرست منبع

adjusted jenkinsfile to cleanup workspace

xiaoct 8 سال پیش
والد
کامیت
cf4186abf8
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

@@ -8,6 +8,11 @@ pipeline {
         }
     }
     stages {
+        stage('Clean Up Workspace'){
+            steps {
+                cleanWs()
+            }
+        }
         stage('SonarQube Analysis') {
             steps {
                 sh 'sonar-scanner'