Commit c2f777d6 authored by Perwaiz Ali's avatar Perwaiz Ali

POM for ajr 1

parent 95f17cbe
demo_job_CICD_project:
tags:
- ci
stages:
-build
build:
stage: build
image: openjdk:12-alpine
script:
- mvn clean package
\ No newline at end of file
- ./mvn clean install
artifacts:
paths:
- ./target
\ 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