Commit 293b8a31 authored by Perwaiz Ali's avatar Perwaiz Ali

yml modification

parent 72d84de5
Pipeline #2158 failed
demo_job_CICD_project:
tags:
- ci
script:
- echo Hello World CICD Test
\ No newline at end of file
build:
stage: build
script:
- "mvn clean install -Dmaven.test.skip=true"
artifacts:
expire_in: 1 week
when: on_success
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