8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 062389626e - Show all commits

4
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ pipeline {
// sh "git clone https://gitea.verdnatura.es/verdnatura/salix.git"
// }
sh "pnpm exec cypress install"
sh "docker network create ${env.NETWORK}|| true"
sh "docker network create ${env.NETWORK} || true"
}
// sh 'rm -rf salix'
// sh 'git clone dev https://gitea.verdnatura.es/verdnatura/salix.git'
@ -201,7 +201,7 @@ def cleanDockerE2E() {
script {
// sh 'docker rm -f vn-database || true'
// sh 'docker rm -f salix_e2e || true'
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml down || true"
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml down --volumes || true"
sh "docker network rm ${env.NETWORK} || true"
}
}