Skip to content
Snippets Groups Projects

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

1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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
@@ -183,7+183,7 @@
@@ -183,7+183,7 @@
- jf rt u --build-name="kafka-to-nexus-centos7" --build-number=${CI_JOB_ID} kafka-to-nexus-centos7.tar.gz ecdc-generic-release/${ARTIFACTORY_UPLOAD_PATH}
- jf rt u --build-name="kafka-to-nexus-centos7" --build-number=${CI_JOB_ID} kafka-to-nexus-centos7.tar.gz ecdc-generic-release/${ARTIFACTORY_UPLOAD_PATH}
artifacts:
artifacts:
paths:
paths:
- build/archive/kafka-to-nexus.tar.gz
- build/archive/kafka-to-nexus-centos7.tar.gz
rules:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
variables:
@@ -200,7 +200,7 @@ integration-tests:
@@ -200,7 +200,7 @@ integration-tests:
image: docker:latest
image: docker:latest
before_script:
before_script:
- cd integration-tests
- cd integration-tests
- ./setup.sh ../build/archive/kafka-to-nexus.tar.gz
- ./setup.sh ../build/archive/kafka-to-nexus-centos7.tar.gz
script:
script:
- ./run-integration-tests.sh
- ./run-integration-tests.sh
after_script:
after_script:
@@ -215,7+215,7 @@
@@ -215,7+215,7 @@
HTTP_PROXY: $ESS_HTTP_PROXY
HTTP_PROXY: $ESS_HTTP_PROXY
HTTPS_PROXY: $ESS_HTTP_PROXY
HTTPS_PROXY: $ESS_HTTP_PROXY
dependencies:
dependencies:
- publish
- publish
artifacts:
artifacts:
when: always
when: always
paths:
paths:
@@ -229,7+229,7 @@
@@ -229,7+229,7 @@
stage: release
stage: release
image: registry.esss.lu.se/ecdc/ess-dmsc/docker-centos7-build-node:latest
image: registry.esss.lu.se/ecdc/ess-dmsc/docker-centos7-build-node:latest
script:
script:
- ls build/archive/kafka-to-nexus.tar.gz
- ls build/archive/kafka-to-nexus-centos7.tar.gz
dependencies:
dependencies:
- publish
- publish
artifacts:
artifacts:
paths:
paths:
- build/archive/kafka-to-nexus.tar.gz
- build/archive/kafka-to-nexus-centos7.tar.gz
expire_in: never
expire_in: never
rules:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_TAG
Loading