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
f1e83967d5
commit
106633b847
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue