Skip to content

Commit 8ea8d8e

Browse files
committed
jenkins-file-modified
1 parent da68828 commit 8ea8d8e

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
1616
"""
1717
}
1818
}

0 commit comments

Comments
 (0)