Versions Compared

Key

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

...

2. After a Provider has matched, FlexDeploy will find all available Functions for that Provider that match the received URI. In this case the URI was git/push. We can see that of our 6 functions, 2 matched our GitHub provider with the git/push uri. These functions Notice the "Jira - git/push" and "GitHub - strea/create" Functions did not match because both Provider and URI need to match.

The matched Functions will be executed in an indeterminate order. If you need functions Functions to execute in a specific order then it is recommended to combine the functionality into a single Function script.

...