Run only one instance of a build on VSTS

后端 未结 4 790
梦毁少年i
梦毁少年i 2020-12-20 07:29

I have an agent queue in VSTS with several agents and I have a build assigned to this queue. Is there any way of telling VSTS that only one instance of the build should be r

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-20 07:58

    I appears this is not possible for manually triggered builds (arghh). However, for CI builds, DevOps can be configured to bunch changes while a build is running. Got to the "Triggers" tab of the build definition. Check:

    • Enable continuous integration
    • Batch changes while a build is in progress

提交回复
热议问题