Be more aggressive about stopping and killing the provided containers

This commit is contained in:
zontreck 2024-11-22 20:34:41 -07:00
parent 7ae951fbfd
commit 0c975e851a

6
Jenkinsfile vendored
View file

@ -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
'''
}
}