Ensure arch gets stopped when updating container images
This commit is contained in:
parent
9ffb663e33
commit
6d8afc53f3
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -56,6 +56,7 @@ pipeline {
|
|||
|
||||
docker stop linuxbuilder || true
|
||||
docker stop linuxfs || true
|
||||
docker stop arch || true
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue