added full path for podman compose file
Some checks failed
DEV-234/pipeline/head There was a failure building this commit

This commit is contained in:
greenamber676 2025-01-09 20:35:36 -05:00
parent fcf5022207
commit d9387e3c33

2
Jenkinsfile vendored
View File

@ -55,7 +55,7 @@ pipeline {
post {
always {
// Clean up Docker containers and images
sh 'docker-compose -f ${DOCKER_COMPOSE_FILE} down'
sh 'podman-compose -f ${DOCKER_COMPOSE_FILE} down'
}
}
}