Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
chubing committed May 2, 2018
1 parent bfbfdd4 commit c369a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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}"

0 comments on commit c369a62

Please sign in to comment.