Skip to content
Snippets Groups Projects
Commit 5180d9f7 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added jar upload in CI

parent 20da51f8
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ stages:
- build
- generate-test-env
- test
- publish
- dockerize
variables:
......@@ -51,6 +52,13 @@ test:
only:
- master
upload_jar:
stage: publish
tags:
- shell
script:
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file target/vospace.jar "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/vospace-rest/latest/vospace-rest.jar"'
dockerize:
stage: dockerize
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment