Skip to content
Snippets Groups Projects
Verified Commit 0bc1b1c2 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: TRIGGERED_BY_* variables

parent caa70bd3
Branches
Tags
2 merge requests!17Release 6.0,!8"trigger" keyword and failing strategy
Pipeline #24033 passed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -108,8 +108,9 @@ trigger_build: ...@@ -108,8 +108,9 @@ trigger_build:
variables: variables:
F_BRANCH: $CI_COMMIT_REF_NAME F_BRANCH: $CI_COMMIT_REF_NAME
MYSQLBACKEND: $CI_COMMIT_REF_NAME MYSQLBACKEND: $CI_COMMIT_REF_NAME
TriggerdBy: MYSQLBACKEND TRIGGERED_BY_REPO: MYSQLBACKEND
TriggerdByHash: $CI_COMMIT_SHORT_SHA TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
trigger: trigger:
project: caosdb/src/caosdb-deploy project: caosdb/src/caosdb-deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment