diff --git a/Jenkinsfile b/Jenkinsfile index 2ad2ef4..c663a0d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,7 @@ pipeline { // Run tests using Docker Compose sh """ #!/bin/bash + echo 'testing' podman-compose -f /home/v/projects/p00003/podman-compose-yml --dry-run up """ } @@ -51,6 +52,7 @@ pipeline { // Deploy using Docker Compose sh """ #!/bin/bash + echo 'deploying' podman-compose -f /home/v/projects/p00003/podman-compose-yml up -d """ }