Skip to content

Commit b3b1c1a

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pipeline {
1111
# Download and install Keploy binary
1212
curl --silent -O -L https://keploy.io/install.sh && bash install.sh
1313
14+
alias keploy
15+
1416
# keploy test -c "docker compose up" --container-name "ginMongoApp" --delay 15
1517
keploy test -c "docker compose up" --container-name "javaApp" -t test-set-0 --build-delay 50 --delay 20 --debug
1618
"""

0 commit comments

Comments
 (0)