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:41:37 +01:00
parent 106633b847
commit 7117684ee0
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -174,6 +174,9 @@ def cleanDockerE2E() {
sh "docker ps"
sh '''
docker ps --filter "name=^${PROJECT_NAME}-${BRANCH_NAME}" --format "{{.Names}}"
'''
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) {