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: demo_job_CICD_project:
stage: build
script:
build: - "mvn clean install -Dmaven.test.skip=true"
stage: build artifacts:
script: when: on_success
- "mvn clean install -Dmaven.test.skip=true" \ No newline at end of file
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