From b4c56d0dbb9c9d4d344abd67e6c93bed82b9cc26 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 30 Jan 2025 14:20:39 +0100 Subject: [PATCH] build: refs #6695 try run db --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c02bf9f01..b799da595c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,7 +82,7 @@ pipeline { // sh 'docker-compose -f docker-compose.e2e.yml build front' // sh 'docker-compose -f docker-compose.e2e.yml up front' sh "docker network rm e2e_default || true" - sh 'docker network create e2e_default' + sh 'docker network create e2e_default || true' sh 'rm -rf salix' sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git' sh 'cd salix && pnpm i --offline @verdnatura/myt && npx myt run -t -d -n e2e_default'