fix: refs #6695 try parallel
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-10 14:38:55 +01:00
parent f1e83967d5
commit 106633b847
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -173,6 +173,7 @@ def cleanDockerE2E() {
script {
sh "docker ps"
sh "docker ps --filter name=^${PROJECT_NAME}-${env.BRANCH_NAME}"
def containers = sh(script: "docker ps -q --filter name=^${PROJECT_NAME}-${env.BRANCH_NAME}", returnStdout: true).trim()
if (containers) {