added full path for podman compose file
Some checks failed
DEV-234/pipeline/head There was a failure building this commit
Some checks failed
DEV-234/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fcf5022207
commit
d9387e3c33
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -55,7 +55,7 @@ pipeline {
|
|||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
// Clean up Docker containers and images
|
// Clean up Docker containers and images
|
||||||
sh 'docker-compose -f ${DOCKER_COMPOSE_FILE} down'
|
sh 'podman-compose -f ${DOCKER_COMPOSE_FILE} down'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user