From c369a62684a21d38ae20dd228bec53fa92ab241c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 2 May 2018 10:26:52 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"