diff --git a/Jenkinsfile b/Jenkinsfile index c0f4964fd..18e7d7490 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -102,6 +102,8 @@ pipeline { env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}" cleanDockerE2E() sh "pnpm exec cypress install" + sh "docker-compose -p lilium-e2e -f docker-compose.e2e.yml build cypress-setup" + // sh "docker network create ${env.NETWORK} || true" }