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 """ } }