Commit 4f93d54e authored by Perwaiz Ali's avatar Perwaiz Ali

POM for ajr

parent d3f9b972
Pipeline #2166 failed
build-hello:
script:
- echo "hello world"
\ No newline at end of file
demo_job_CICD_project:
tags:
- ci
stages:
- build
maven-build:
image: maven:3-jdk-8
stage: build
script: "mvn package -B"
artifacts:
paths:
- target/*.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