Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pull request policies - Build expired - How can I run the build again?

I have made a pull request which has some policies. The pull request has been approved and is ready to complete, but since the build has been expired, I cannot Complete it. Here is the status of policies:

Required

  • ✔️ 2 reviewer approved
  • ✔️ Work items linked
  • ❌ Build expired

Optional

  • ✔️ All comments resolved

In Visual Studio, in Team Explorer, in Builds, I see my build with a green check mark, but when I right click on the build, Retry Build is disabled.

How can I run the build again?

like image 429
devquestions Avatar asked Sep 12 '18 06:09

devquestions


1 Answers

Generally you can rebuild from Pull Request overview page:

For example the build faild, the I can click the "..." behind the Build Validation policy item --> Queue Build to rebuild it.

Please refer to Pull request build policies for high quality code for details.

More information please refer to Build validation, and a similar thread for your reference : VSTS Build expired

enter image description here

like image 114
Andy Li-MSFT Avatar answered Sep 30 '22 06:09

Andy Li-MSFT