Skip to content

Commit ce90e68

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

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
@@ -11,7 +11,7 @@ pipeline {
1111
# Download and install Keploy binary
1212
curl --silent -O -L https://keploy.io/install.sh && bash install.sh
1313
14-
alias keploy
14+
which keploy
1515
1616
# keploy test -c "docker compose up" --container-name "ginMongoApp" --delay 15
1717
keploy test -c "docker compose up" --container-name "javaApp" -t test-set-0 --build-delay 50 --delay 20 --debug

0 commit comments

Comments
 (0)