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

new file

parent 2729b885
Pipeline #2179 failed
build:
stage: build
image: openjdk:12-alpine
script:
- ./mvn clean install
artifacts:
paths:
- ./target
\ 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/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