Skip to content
Snippets Groups Projects

[ECDC-4661] Uploading kafka to nexus tar file to ECDC artifactory

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -21,7+21,7 @@
@@ -21,7+21,7 @@
stage: check
stage: check
image: registry.esss.lu.se/ecdc/ess-dmsc/docker-ubuntu2204-build-node:latest
image: registry.esss.lu.se/ecdc/ess-dmsc/docker-ubuntu2204-build-node:latest
clang-format:
clang-format:
extends: .check
extends: .check
script:
script:
- ci/check-formatting.sh
- ci/check-formatting.sh
@@ -185,7+185,7 @@
@@ -185,7+185,7 @@
variables:
variables:
ARTIFACTORY_UPLOAD_PATH: "${CI_PROJECT_NAME}/tags/${CI_COMMIT_TAG}/"
ARTIFACTORY_UPLOAD_PATH: "${CI_PROJECT_NAME}/tags/${CI_COMMIT_TAG}/"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
# when: never
integration-tests:
integration-tests:
@@ -215,7+215,7 @@
@@ -215,7+215,7 @@
- integration-tests/IntegrationTestsOutput.xml
- integration-tests/IntegrationTestsOutput.xml
- integration-tests/logs/*
- integration-tests/logs/*
- integration-tests/output-files/*
- integration-tests/output-files/*
reports:
reports:
junit: integration-tests/IntegrationTestsOutput.xml
junit: integration-tests/IntegrationTestsOutput.xml
keep-artifacts:
keep-artifacts:
Loading