Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated location of debug temp file
Chris Bynum committed Aug 4, 2016
1 parent 2990dcb commit aa0d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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)

0 comments on commit aa0d972

Please sign in to comment.