Commit c69dc2d0 authored by Syed Bilal Raees's avatar Syed Bilal Raees

deploy_job added

parent a6a98f9c
Pipeline #3980 passed with stages
in 20 seconds
stages: stages:
- build - build
- deploy
build_job: build_job:
stage: build stage: build
...@@ -32,3 +33,14 @@ build_job: ...@@ -32,3 +33,14 @@ build_job:
# jsonnet -v # jsonnet -v
tags: tags:
- ci - ci
deploy_job:
stage: deploy
script:
- |
mkdir Downloads
cd Downloads
curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS -X GET "https://absgraffana.jfrog.io/artifactory/graffonet/$version/grafonnet.tar.gz" -H 'Content-Type:application/json' -o grafonnet.tar.gz
ls
tags:
- ci
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