Parcourir la source

updated build folder reset script

Raymond Edah il y a 7 ans
Parent
commit
8e230d284d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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') {