Commit 13f557db authored by Perwaiz Ali's avatar Perwaiz Ali

new file

parent 2729b885
Pipeline #2179 failed
build: stages:
- build
- deploy
maven-build:
image: maven:3-jdk-11
stage: build stage: build
image: openjdk:12-alpine script: "mvn package -B"
script:
- ./mvn clean install
artifacts: artifacts:
paths: paths:
- ./target       - target/CICDTesting-0.0.1-SNAPSHOT.jar
\ No newline at end of file
\ 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