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:39:33 -05:00
parent d9387e3c33
commit d6fb60e01a

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
steps { steps {
script { script {
// Run tests using Docker Compose // Run tests using Docker Compose
sh "podman-compose -f ~/projects/p00003/podman-compose.yml up --abort-on-container-exit" sh "podman-compose -f '/home/v/projects/p00003/podman-compose.yml' up --dry-run"
} }
} }
} }