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:56:00 +01:00
parent 5b3cbaed79
commit d7f643d1a3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -177,7 +177,7 @@ def cleanDockerE2E() {
def projectBranch = "${PROJECT_NAME}-${env.BRANCH_NAME}".toLowerCase()
echo "${projectBranch}"
def containers = sh(script: """
docker ps --filter "name=^${projectBranch} --format "{{.ID}}"
docker ps --filter "name=^${projectBranch}" --format "{{.ID}}"
""", returnStdout: true).trim()
if (containers) {