Skip to content

Commit fd21c99

Browse files
committed
last-one
1 parent 9f3db55 commit fd21c99

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
@@ -24,7 +24,7 @@ pipeline {
2424
# Build the app (assuming Maven)
2525
./mvnw package -DskipTests
2626
27-
# Run Keploy
27+
# Run Keploy test
2828
keploy test -c "java -jar target/spring-petclinic-rest-3.0.2.jar" --delay 20 --language java
2929
'''
3030
}

0 commit comments

Comments
 (0)