Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

Git Action fails after connection creation #52

Closed talalalamdar-tomtom closed 2 years ago

talalalamdar-tomtom commented 2 years ago

My Git Action workflow fails after connection is created with Azure DevOps service, getting Error: Could not queue the build because there were validation errors or warnings. as it shows in the screenshot below.

Screenshot 2021-12-31 at 13 49 55

Josh-01 commented 2 years ago

Hi @talalalamdar-tomtom , is this still an issue for you ?

talalalamdar-tomtom commented 2 years ago

Yeah it was, i had to change my implementation, by not using git action anymore and just use auto trigger from the azure pipeline it self

cooper667 commented 2 years ago

Same issue here. No real way to see what is happening

nnellanspdl commented 2 years ago

Ran into this issue and was able to resolve it by making sure my Azure Pipeline had a default value set for all input parameters. When being triggered by the GitHub Action, the Pipeline is forced to use default values for all input parameters.

vijayma commented 2 years ago

Since parameters cannot be passed in when invoked from this action, one would have to ensure that all the parameters are set in a different manner - aka defaults. Closing this issue.

jessetan commented 1 year ago

There is an open PR to be able to specify parameters: #63