Commit b7d01351 authored by Perwaiz Ali's avatar Perwaiz Ali

modification and validation yml file

parent 293b8a31
Pipeline #2159 canceled with stage
demo_job_CICD_project:
tags:
- ci
script:
- echo Hello World CICD Test
\ No newline at end of file
demo_job_CICD_project:
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
stage: build
script:
- "mvn clean install -Dmaven.test.skip=true"
artifacts:
when: on_success
\ 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