Commit 00018012 authored by Perwaiz Ali's avatar Perwaiz Ali

.git-ci.yml changes

parent d1099eaf
Pipeline #2223 canceled with stages
in 11 minutes and 29 seconds
...@@ -21,10 +21,8 @@ Smoke test : ...@@ -21,10 +21,8 @@ Smoke test :
image: openjdk:12-alpine image: openjdk:12-alpine
script: script:
- java -jar ./target/ShowDemo_1-0.0.1-SNAPSHOT.jar - java -jar ./target/ShowDemo_1-0.0.1-SNAPSHOT.jar
- sleep 30
- curl http://localhost:8080/actuator/health | grep "UP" - curl http://localhost:8080/actuator/health | grep "UP"
test-code-job1: test-code-job1:
tags: tags:
- docker - docker
......
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