azure-devopsgated-checkin

Why is my gated check in failing to run the final check in task?


I am having difficulties with the last two projects I have created using gated check-ins in Azure DevOps.

The error I receive:

[Error]The shelveset [ommitted] could not be found for check-in

We are using an onpremises agent and the last two projects I have created get this error on the gated check-in. However, our older apps that have identical build pipelines seem to be working fine so I do not understand why this is happening.

Does anyone have any ideas?


Solution

  • I was able to reproduce the same issue on my on premise agent as well as hosted agents. After investigating it seems like the account conflicts cause this error, that the build agent trys to check in the shelvesets with build service account other than you own account.

    The same issue has been submitted to Microsoft. You can vote it up and keep track on it here, or your can submit a new issue regarding this issue on the same site by clicking on "Report a problem".