We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ced89 commit 570128aCopy full SHA for 570128a
2 files changed
Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
14
which keploy
15
16
# keploy test -c "docker compose up" --container-name "ginMongoApp" --delay 15
17
- sudo keploy test -c "docker compose up" --container-name "javaApp" -t test-set-0 --build-delay 50 --delay 20 --debug
+ sudo keploy test -c 'docker compose up' --container-name 'javaApp' -t 'test-set-0' --build-delay 50 --delay 20 --debug
18
"""
19
}
20
spring-petclinic/spring-petclinic-rest/docker-compose-tmp.yaml
0 commit comments