diff --git a/Jenkinsfile b/Jenkinsfile index 734c807c5d6..30a22b9cd3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -171,9 +171,9 @@ pipeline { def cleanDockerE2E() { script { sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml down || true" - if (containerId) { - sh "docker rm ${containerId} || true" - } + // if (containerId) { + // sh "docker rm ${containerId} || true" + // } } }