Run only one instance of a build on VSTS

后端 未结 4 799
梦毁少年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:40

    You can't configure this at the Build level (You can vote for this feature here), but perhaps you can accomplish what you want at the phase level.

    Look at the Parallelism options under each Phase. Looks like you'll want to set this to "None" if you are seeing behavior contrary. "None" is the default option for new builds.

提交回复
热议问题