Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variables are declared with the workflow and use default values that can be modified by jobs at run-time. In the workflow, two variables are used with the name BOOKING_CODE and FLIGHT_DESTINATION. The value for the BOOKING CODE is the same and does not change during the whole workflow. The fork is used to share the same value for the FLIGHT_DESTINATION variable in all the branches and it modified during the execution of the individual job and updates the variable value and print the current and modified value in the logs.

To execute the workflow from the 03_VariablesPassing folder follow the below steps:

...