From aa0d972525ad75f4548589a55db1b1babcee2cba Mon Sep 17 00:00:00 2001 From: Chris Bynum <chris.bynum@levvel.io> Date: Thu, 4 Aug 2016 00:47:01 -0400 Subject: [PATCH] Updated location of debug temp file --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 812cb16..c860c42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node { // Run Base Container // sh 'bin/run.sh' } catch(error) { - def error_details = readFile('./bin/debug'); + def error_details = readFile('./debug'); def message = "BUILD ERROR: There was a problem building the Base Image. \n\n ${error_details}" sh "rm -f ./debug" handleError(message)