Skip to content
Snippets Groups Projects

Use "trigger" keyword for pipeline.

Merged Daniel Hornung requested to merge f-trigger into dev
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -31,7 +31,7 @@ variables:
TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
# For storing cross-job values
# For storing cross-job environment variables
DOTENV: custom.env
@@ -127,6 +127,7 @@ trigger_prepare:
- echo "F_BRANCH=${F_BRANCH}" >> "$DOTENV"
- cat "$DOTENV"
artifacts:
# this special artifact will be loaded in the next job and make the environment variables available
reports:
dotenv: "$DOTENV"
expire_in: 1 day
Loading