Skip to content

Commit 4c1a24c

Browse files
committed
jenkins-file-debug-flag-added
1 parent 73f87aa commit 4c1a24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline {
1212
curl --silent -O -L https://keploy.io/install.sh && bash install.sh
1313
1414
# 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
15+
keploy test -c "docker compose up" --container-name "javaApp" -t test-set-0 --build-delay 50 --delay 20 --debug
1616
"""
1717
}
1818
}

0 commit comments

Comments
 (0)