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
d6fb60e01a
commit
5babd91cfa
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -37,7 +37,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Run tests using Docker Compose
|
||||
sh "podman-compose -f '/home/v/projects/p00003/podman-compose.yml' up --dry-run"
|
||||
sh "podman-compose -f '/home/v/projects/p00003/podman-compose.yml' --dry-run up"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user