Skip to content
Snippets Groups Projects
Commit 7675adc7 authored by Rafal Mucha's avatar Rafal Mucha
Browse files

Merge branch 'NXCALS-7429-fix-pipeline' into 'develop'

NXCALS-7429 Fix variables definitions

Closes NXCALS-7429

See merge request !2030

Changelog: added
parents 1870f163 f93ea97a
No related branches found
No related tags found
1 merge request!2030NXCALS-7429 Fix variables definitions
......@@ -39,12 +39,13 @@ workflow:
ACCPY: true
CAS: true
MATTERMOST_RELEASE_URL: "$MATTERMOST_NXCALS_RELEASE_URL"
MATTERMOST_MESSAGE: "A new version of NXCALS PRO - $$VERSION and PyTimber - 4.$$VERSION has been released. Release notes: [$$VERSION](https://gitlab.cern.ch/acc-logging-team/nxcals/-/releases/$$VERSION)"
CAS_MODULES: "nxcals-hadoop-dev-config nxcals-hadoop-pro-config nxcals-common nxcals-metadata-api nxcals-cern-metadata-api nxcals-extraction-api nxcals-cern-extraction-api nxcals-ingestion-api nxcals-extraction-starter nxcals-backport-api nxcals-extraction-api-thin"
ARTIFACT_GROUP_ID: "cern.nxcals"
CAS_REPOSITORY: ds-release-local
CAS_ALIAS_NAME: PRO
PYTHON_PACKAGE_SUFFIX: "py3-none-any.whl"
ACCPY_ARTIFACTS: "nxcals-extraction-api-python3-$VERSION-$PYTHON_PACKAGE_SUFFIX nxcals-spark-session-builder-$VERSION-$PYTHON_PACKAGE_SUFFIX nxcals nxcals-py4j-utils-$VERSION-$PYTHON_PACKAGE_SUFFIX nxcals-type-stubs-$VERSION-$PYTHON_PACKAGE_SUFFIX pytimber-4.$VERSION-$PYTHON_PACKAGE_SUFFIX"
ACCPY_ARTIFACTS: "nxcals-extraction-api-python3-$$VERSION-$$PYTHON_PACKAGE_SUFFIX nxcals-spark-session-builder-$$VERSION-$$PYTHON_PACKAGE_SUFFIX nxcals nxcals-py4j-utils-$$VERSION-$$PYTHON_PACKAGE_SUFFIX nxcals-type-stubs-$$VERSION-$$PYTHON_PACKAGE_SUFFIX pytimber-4.$$VERSION-$$PYTHON_PACKAGE_SUFFIX"
ACCPY_ARTIFACT_DOWNLOAD_PATH: http://photons-resources.cern.ch/downloads/nxcals_pro/spark
- if: $CI_COMMIT_BRANCH == $MAIN_BRANCH && $STAGING_PIPELINE != 'true'
variables:
......
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