Skip to content
Snippets Groups Projects

Use "trigger" keyword for pipeline.

Merged
Daniel Hornungrequested to merge
f-trigger into dev
All threads resolved!
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -31,7 +31,7 @@ variables:
@@ -31,7 +31,7 @@ variables:
TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
# For storing cross-job values
# For storing cross-job environment variables
DOTENV: custom.env
DOTENV: custom.env
@@ -127,6 +127,7 @@ trigger_prepare:
@@ -127,6 +127,7 @@ trigger_prepare:
- echo "F_BRANCH=${F_BRANCH}" >> "$DOTENV"
- echo "F_BRANCH=${F_BRANCH}" >> "$DOTENV"
- cat "$DOTENV"
- cat "$DOTENV"
artifacts:
artifacts:
 
# this special artifact will be loaded in the next job and make the environment variables available
reports:
reports:
dotenv: "$DOTENV"
dotenv: "$DOTENV"
expire_in: 1 day
expire_in: 1 day
Loading