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

Added jar upload in CI

parent 3ecea878
No related branches found
No related tags found
No related merge requests found
Pipeline #5330 passed
......@@ -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.
Please register or to comment