You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the rewire-pipeline against an ADO YAML pipeline, the pipeline options/triggers have been changed unexpectedly. Curling the definition content it looks like the rewire-pipeline command removes the pipeline definition triggers object and instead populates it with options (mine didn't have options before anyway). After manually unchecking the Override the YAML continuous integration trigger from here checkbox and curling the definition, the triggers object is repopulated.
After Running Command:
After Manually Reverting/Unchecking:
Reproduction Steps
Run the rewire-pipeline command against an ADO YAML pipeline without any explicit pipeline definition trigger overrides. After running the command, edit the pipeline in ADO and navigate to the triggers. Notice the Override the YAML continuous integration trigger from here checkbox is checked.
The text was updated successfully, but these errors were encountered:
Description
After running the
rewire-pipeline
against an ADO YAML pipeline, the pipeline options/triggers have been changed unexpectedly. Curling the definition content it looks like therewire-pipeline
command removes the pipeline definitiontriggers
object and instead populates it withoptions
(mine didn't have options before anyway). After manually unchecking theOverride the YAML continuous integration trigger from here
checkbox and curling the definition, thetriggers
object is repopulated.After Running Command:
After Manually Reverting/Unchecking:
Reproduction Steps
Run the
rewire-pipeline
command against an ADO YAML pipeline without any explicit pipeline definition trigger overrides. After running the command, edit the pipeline in ADO and navigate to the triggers. Notice theOverride the YAML continuous integration trigger from here
checkbox is checked.The text was updated successfully, but these errors were encountered: