Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
chubing committed Oct 8, 2018
1 parent e566718 commit d37730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -49,7 +49,7 @@ pipeline {
steps {
script {
try{
sh 'bin/rebuild.sh &> debug'
sh 'bin/rebuild.sh | tee debug ; test ${PIPESTATUS[0]} -eq 0'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem building ${imagename}:${tag}. \n\n ${error_details}"

0 comments on commit d37730b

Please sign in to comment.