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
af1b553483
commit
f1e83967d5
|
@ -174,7 +174,7 @@ def cleanDockerE2E() {
|
|||
|
||||
|
||||
sh "docker ps --filter name=^${PROJECT_NAME}-${env.BRANCH_NAME}"
|
||||
def containers = sh(script: "docker ps --filter name=^${PROJECT_NAME}-${env.BRANCH_NAME}", returnStdout: true).trim()
|
||||
def containers = sh(script: "docker ps -q --filter name=^${PROJECT_NAME}-${env.BRANCH_NAME}", returnStdout: true).trim()
|
||||
if (containers) {
|
||||
echo "${containers}"
|
||||
sh "docker stop ${containers}"
|
||||
|
|
Loading…
Reference in New Issue