diff --git a/Jenkinsfile b/Jenkinsfile index a6d617fa2..e0f98e30b 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?.trim()) { - sh "docker rm ${containerId} || true" - } + // if (containerId?.trim()) { + // sh "docker rm ${containerId} || true" + // } } }