diff --git a/Jenkinsfile b/Jenkinsfile index 9c46b49..63e13c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { sh """ #!/bin/bash echo 'testing' - podman-compose --dry-run up + podman-compose up --abort-on-container-exit """ } }