Skip to content

Commit f30d687

Browse files
committed
jenkins-file-command-added
1 parent 25dc279 commit f30d687

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
@@ -19,7 +19,7 @@ pipeline {
1919
2020
# Run keploy test
2121
# Using single quotes for the command to avoid escaping issues
22-
sudo keploy test -c 'docker-compose up' --container-name 'javaApp' --test-set 'test-set-0' --build-delay 50 --delay 20 --debug
22+
sudo keploy test -c 'docker-compose up' --container-name 'javaApp' -t 'test-set-0' --build-delay 50 --delay 20 --debug
2323
"""
2424
}
2525
}

0 commit comments

Comments
 (0)