Pipeline is failing when we set auto trigger option, one of my pipeline is not getting auto triggered successfully.

P, BRAHATHEESWARAN (CW) 0 Reputation points
2023-06-14T07:01:10.2266667+00:00

Hi Team, One of my pipeline is not getting auto triggered when i set the paramater trigger : master. It is not even starting rather its just failing in the first stage itself.
Functionality of the pipeline : We are sending some sample data templates into dynamo db (AWS).
Error statement of the pipeline -"/scripts/codeway-db-deploy_dev-pie.yaml (Line: 31, Col: 10): Unexpected value 'master'"
Can anyone help me here to fix the issue

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,158 questions
Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
256 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,601 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2023-06-15T09:38:16.58+00:00

    Hi P, BRAHATHEESWARAN (CW),

    Thank you for posting query in Microsoft Q&A Platform.

    From the error message, it seen the value you are passing in to trigger parameter is not valid and resulting in the error.

    Kindly recheck if you are passing valid value in to trigger or not. Check the parameter type too to make sure to pass valid value.
    Hope this helps. Please let me know how it goes. If not, kindly share more details about your pipeline parameters and trigger configurations and values you are passing there. so that I can try same at my end and help better. Thank you.


    Please consider hitting Accept Answer button. Accepted answers help community as well.