We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3db55 commit fd21c99Copy full SHA for fd21c99
Jenkinsfile
@@ -24,7 +24,7 @@ pipeline {
24
# Build the app (assuming Maven)
25
./mvnw package -DskipTests
26
27
- # Run Keploy
+ # Run Keploy test
28
keploy test -c "java -jar target/spring-petclinic-rest-3.0.2.jar" --delay 20 --language java
29
'''
30
}
0 commit comments