After upgrading to TFS 2017.3, web portal check ins do not kick off the gated check in build

44 Views Asked by At

We upgraded our TFS to 2017.3 last night, and all appears to be working as expected, except when making changes to files in the web portal. When I click the Check In button, I get the following error:

Your check-in could not be completed because it affects the following gated build definitions. \USA\BuildDefinition To complete your check-in you will need to queue a build of the shelveset Gated_2021-02-05_10.23.14.4571;MyDomain\MyUser.

If I make the same change in visual studio, it kicks off the gated check in fine. Just not through the web portal. Any ideas why that is?

1

There are 1 best solutions below

1
On

Please try below steps to re-enable the gated check in.

Navigate to the build pipeline-->Edit-->go to Triggers tab-->Disable Gated check-in -->Save-->Enable Gated check-in-->Save again.

enter image description here

If above disable and re-enable the gated check-in doesnot work. Please try to re-create the build pipeline and configure the gated check-in.