Be more aggressive about stopping and killing the provided containers
This commit is contained in:
parent
7ae951fbfd
commit
0c975e851a
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -46,9 +46,9 @@ pipeline {
|
|||
#!/bin/bash
|
||||
docker-compose down
|
||||
|
||||
docker stop linuxagent || true
|
||||
docker stop linuxfs || true
|
||||
docker stop archagent || true
|
||||
docker stop -t 10 linuxagent || true
|
||||
docker stop -t 10 linuxfs || true
|
||||
docker stop -t 10 archagent || true
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue