Skip to content

Commit

Permalink
Adding haproxy cleanup to runthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 13, 2016
1 parent 5e952f4 commit f651e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ node('docker') {
dir('haproxy'){
sh 'docker build --rm -t my/haproxy . > debug'
sh 'rm debug'
sh 'docker rm haproxy'
}
} catch(error) {
def error_details = readFile('haproxy/debug');
Expand Down

0 comments on commit f651e7f

Please sign in to comment.