diff --git a/Jenkinsfile b/Jenkinsfile index 4ad40b94..e9c2315c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { try{ - sh 'bin/rebuild.sh >> debug' + sh 'bin/destroy.sh >> debug' } catch(error) { def error_details = readFile('./debug'); def message = "BUILD ERROR: There was a problem building the Base Image. \n\n ${error_details}"