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:21:09 -05:00
parent 3d5a58dc1b
commit 460f1af849

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
environment {
DOCKER_IMAGE_PGADMIN = 'dpage/pgadmin4:latest'
DOCKER_IMAGE_POSTGRES = 'postgres:16.6'
DOCKER_COMPOSE_FILE = 'podman-compose.yml'
DOCKER_COMPOSE_FILE = '/home/v/projects/p00003/podman-compose.yml'
}
stages {