diff --git a/Jenkinsfile b/Jenkinsfile index 03ef26d..b2f78c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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');