diff --git a/Jenkinsfile b/Jenkinsfile index 98db4335dc..19b7eaf68b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -169,7 +169,7 @@ pipeline { def cleanDockerE2E() { script { - sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml down" + sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml down || true" sh "docker rm ${containerId} || true" } }