Reputation: 3
I am trying to enable Gated Check-in in Azure pipelines, my every check-in are failing on the final stage Check in gated changes with error [Error]The shelveset _Build_24;Build\BUILD-GUID-NUMBER could not be found for check-in
I tried to find the solution for this issue, I found some links to resolve this issue by following steps: User setting >> Preview features >> for me >> Disable "Build with multiple queues" Unfortunately, I am unable to find this option at the given location.
May be provided solution correct for the older version of Azure, now this option is not available or maybe I am referring wrong place.
Please help me with the solution or provide me some useful links so I can get an idea/understanding from it.
Upvotes: 0
Views: 310
Reputation: 3058
You can try to disable the Limit job authorization scope to current project
option. Project settings:
Organization settings:
Please refer to this ticket.
Upvotes: 0