Commit 11d22a1f authored by Perwaiz Ali's avatar Perwaiz Ali

POM for ajr

parent 61775865
Pipeline #2161 canceled with stage
demo_job_CICD_project:
tags:
- ci
script:
- echo Hello World CICD Test
\ No newline at end of file
stages:
- build
- deploy
maven-build:
image: maven:3-jdk-11
stage: build
script: "mvn package -B"
artifacts:
paths:
- target/gitlab-ci-demo.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