From 5babd91cfa45620f455681d141a8776b5fd236b3 Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Thu, 9 Jan 2025 20:44:07 -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 28774d4..d245303 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } } }