From d6fb60e01a747b1746b0c6892c820fc02372fdb2 Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Thu, 9 Jan 2025 20:39:33 -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 9ea49ff..28774d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { steps { script { // 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" } } }