Skip to content
Snippets Groups Projects
Commit 3cc113e3 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat(ci): update artifact URL to use BUILD_JOB_ID in GitLab CI configuration

parent 6627c952
No related branches found
No related tags found
No related merge requests found
Pipeline #985 passed
......@@ -44,6 +44,6 @@ release:
assets:
links:
- name: "${JAR_NAME}"
url: "https://gitlab.sl-projects.com/SofianeLasri/private-server-plugin/-/jobs/${CI_JOB_ID}/artifacts/raw/${JAR_NAME}?inline=false"
url: "https://gitlab.sl-projects.com/SofianeLasri/private-server-plugin/-/jobs/${BUILD_JOB_ID}/artifacts/raw/${JAR_NAME}?inline=false"
rules:
- if: $CI_COMMIT_BRANCH == "master"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment