From 7ac5e4207d865573687dfdf29814d2e9470c07c9 Mon Sep 17 00:00:00 2001 From: greenamber676 Date: Thu, 9 Jan 2025 21:07:47 -0500 Subject: [PATCH] typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 63e13c0..8f15b46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { sh """ #!/bin/bash echo 'testing' - podman-compose up --abort-on-container-exit + podman-compose up """ } }