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
3d5a58dc1b
commit
460f1af849
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
DOCKER_IMAGE_PGADMIN = 'dpage/pgadmin4:latest'
|
DOCKER_IMAGE_PGADMIN = 'dpage/pgadmin4:latest'
|
||||||
DOCKER_IMAGE_POSTGRES = 'postgres:16.6'
|
DOCKER_IMAGE_POSTGRES = 'postgres:16.6'
|
||||||
DOCKER_COMPOSE_FILE = 'podman-compose.yml'
|
DOCKER_COMPOSE_FILE = '/home/v/projects/p00003/podman-compose.yml'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user