Commit 759a3288 authored by Perwaiz Ali's avatar Perwaiz Ali

.git-ci.yml changes

parent 30918716
Pipeline #2213 passed with stages
in 1 minute and 20 seconds
...@@ -12,3 +12,19 @@ maven-build: ...@@ -12,3 +12,19 @@ maven-build:
artifacts: artifacts:
paths: paths:
- target/ShowDemo_1-0.0.1-SNAPSHOT.jar - target/ShowDemo_1-0.0.1-SNAPSHOT.jar
test-code-job1:
tags:
- docker
stage: test
script:
- echo "If the files are built successfully, test some files with one command:"
test-code-job2:
tags:
- docker
stage: test
script:
- echo "If the files are built successfully, test other files with a different command:"
\ No newline at end of file
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