Commit 63684657 authored by Perwaiz Ali's avatar Perwaiz Ali

.git.yml backup

parent 98e8f99d
Pipeline #2184 passed with stage
in 2 minutes and 35 seconds
......@@ -3,3 +3,22 @@ demo_job_CICD_project:
- ci
script:
- echo Hello World CICD Test
-------------------------------------------------
stages:
- build
- deploy
maven-build:
tags:
- docker
image: maven:3-jdk-11
stage: build
script: "mvn package -B"
artifacts:
paths:
- target/CICDTesting-0.0.1-SNAPSHOT.jar
\ 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