fix: refs #6695 try parallel
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
5b3cbaed79
commit
d7f643d1a3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue