Skip to content

Instantly share code, notes, and snippets.

@jikuja
Last active June 17, 2021 10:47
Show Gist options
  • Save jikuja/eec2d6efc15fe2937854eb08aac340af to your computer and use it in GitHub Desktop.
Save jikuja/eec2d6efc15fe2937854eb08aac340af to your computer and use it in GitHub Desktop.
Notes about Azure pipelines

Trigger directives

CI trigger with templates

trigger: none is ignored on template files. Must be used on pipeline level.

Untested if true for other CI triggers and filtering.

Build completion trigger

Build completion trigger source parametrization support is unknown because build completion trigger is flaky inside the templates.

Build completion trigger seems to work randomly inside template:

  • In my case build completion trigger was working on template level on one organization but did require moving resources block into pipeline level on other organization.

Therefore build completion triggers should be defined in the pipeline level.

Trigger GUI

Nothing updates triggers GUI. It does not reflect yaml defined triggers at all.

links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment