Skip to content

Commit 0d53399

Browse files
committed
jenkins-file-command-added
1 parent 42deb3a commit 0d53399

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
@@ -14,7 +14,7 @@ pipeline {
1414
which keploy
1515
1616
# keploy test -c "docker compose up" --container-name "ginMongoApp" --delay 15
17-
sudo keploy test -c 'docker-compose up' --container-name 'javaApp' -t 'test-set-0' --build-delay 50 --delay 20 --debug
17+
sudo keploy test -c \"docker-compose up\" --container-name \"javaApp\" -t \"test-set-0\" --build-delay 50 --delay 20 --debug
1818
"""
1919
}
2020
}

0 commit comments

Comments
 (0)