Jelajahi Sumber

updated build folder reset script

Raymond Edah 7 tahun lalu
induk
melakukan
8e230d284d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -8,7 +8,7 @@ pipeline {
         stage('Build') {
             steps {
                 sh "echo Starting build ${env.BUILD_ID}"
-                sh '/usr/bin/bash buildscripts/clean.sh'
+                sh '/usr/bin/bash -x buildscripts/clean.sh'
             }
         }
         stage('Test') {