We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da68828 commit 8ea8d8eCopy full SHA for 8ea8d8e
Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
12
curl --silent -O -L https://keploy.io/install.sh && bash install.sh
13
14
# keploy test -c "docker compose up" --container-name "ginMongoApp" --delay 15
15
- keploy test -c "docker compose up" --container-name javaApp -t test-set-0 --build-delay 50 --delay 20
+ keploy test -c "docker compose up" --container-name "javaApp" -t test-set-0 --build-delay 50 --delay 20
16
"""
17
}
18
0 commit comments