API for automating Azure DevOps Pipelines?

前端 未结 2 792
孤街浪徒
孤街浪徒 2021-01-02 04:28

I want to automate the queue-ing of Azure Pipelines with an API call, get information on the pipeline/build/job status,

  1. Azure Pipelines docs only mention \"

2条回答
  •  臣服心动
    2021-01-02 04:35

    Seems I was bad at googling:

    Trigger Azure Pipelines build via API and Start a build and passing variables through VSTS Rest API (found via the searching for [azure-pipelines] apihere on StackOverflow) point me to the Azure DevOps Services REST API that I had mentioned above.

提交回复
热议问题