From f651e7f929cce310a1feb1108aa7fa976b7c8ec4 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 13 Sep 2016 09:21:12 -0400 Subject: [PATCH] Adding haproxy cleanup to runthrough --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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');