Skip to content
Code-Schnipsel Gruppen Projekte
Commit 2a690a02 erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

Merge branch 'pipeline-test' into 'main'

Pipeline test

See merge request !119
Übergeordnete 05173ca6 879ab7a6
No related tags found
5 Merge Requests!130Update 'next-15.x' with latest changes from 'main',!127Update 'next-15.x' with latest changes from 'main',!121Update 'next-15.x' with latest changes from 'main',!120Update 'next-15.x' with latest changes from 'main',!119Pipeline test
Pipeline #8996 bestanden mit Phase
in 17 Sekunden
......@@ -3,6 +3,7 @@ include:
stages:
- release
# foo
trigger-build-of-testing-image:
needs:
- release
......@@ -13,4 +14,6 @@ trigger-build-of-testing-image:
script:
- if [ ! -f $RELEASED_VERSION_ARTIFACT ]; then echo "No version released, exiting..."; exit; fi
- RELEASED_MAJOR_VERSION=$(cut -d. -f1 $RELEASED_VERSION_ARTIFACT)
- curl --fail-with-body --request POST --form "token=$CI_JOB_TOKEN" --form ref=ci-workflow --form "variables[IMAGE_TYPE]=testing" --form "variables[QUIQQER_VERSION]=$RELEASED_MAJOR_VERSION" "$CI_API_V4_URL/projects/835/trigger/pipeline"
\ No newline at end of file
- curl --fail-with-body --request POST --form "token=$CI_JOB_TOKEN" --form ref=ci-workflow --form "variables[IMAGE_TYPE]=testing" --form "variables[QUIQQER_VERSION]=$RELEASED_MAJOR_VERSION" "$CI_API_V4_URL/projects/835/trigger/pipeline"
rules:
- !reference [release, rules]
\ No newline at end of file
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren