Global variable not passed to downstream pipeline
Steps to reproduce the bug:
- Configure a Global variable. For example: BRIDGE_VARIABLE: "true" in the parent job
- Access the variable from the downstream job and print it out:
-
- echo $BRIDGE_VARIABLE
- TEST_BRIDGE_ECHO=$BRIDGE_VARIABLE
- echo $TEST_BRIDGE_ECHO
- The variable value cannot be printed in the downstream job
Organisation: HERE Technologies
Edited by Sundeep Pundamale Selvaraj