Skip to content

Commit

Permalink
Still trying to get runthrough flat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 14, 2016
1 parent 96950ce commit 92727ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ node('docker') {

stage 'Compose'
try{
sh 'docker rm mariadb'
sh 'bin/compose.sh &> debug'
sh 'bin/recompose.sh &> debug'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem composing Shibboleth appliance (${tag}). \n\n ${error_details}"
Expand Down

0 comments on commit 92727ff

Please sign in to comment.