Skip to content

Commit

Permalink
Trying to clean up syntax for haproxy build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 12, 2016
1 parent c670a8b commit f4e088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ node('docker') {

try{
dir('haproxy'){
sh 'docker build --rm -t my/haproxy . %> debug'
sh 'docker build --rm -t my/haproxy . > debug'
sh 'rm debug'
}
} catch(error) {
Expand Down

0 comments on commit f4e088c

Please sign in to comment.