Commit 8752b589 authored by Perwaiz Ali's avatar Perwaiz Ali

change in .git-yml

parent f50813d4
Pipeline #2204 passed with stages
in 1 minute and 5 seconds
......@@ -12,16 +12,6 @@ maven-build:
artifacts:
paths:
- target/CICDTesting-0.0.1-SNAPSHOT.jar
Smoke test :
tags:
- docker
stage: test
image: maven:3-jdk-11
script:
- java -jar ./target/CICDTesting-0.0.1-SNAPSHOT.jar
- sleep 30
- curl http://localhost:8080/actuator/health | grep "UP"
deploy:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment