From 460f1af8491937a59f111e2313f13d855153e28b Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Thu, 9 Jan 2025 20:21:09 -0500 Subject: [PATCH] added full path for podman compose file --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 29a0df5..9b55c95 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {