0

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

enter image description here

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.

riQQ
  • 9,878
  • 7
  • 49
  • 66

1 Answers1

0

You can try to disable the Limit job authorization scope to current project option. Project settings:enter image description here Organization settings:enter image description here Please refer to this ticket.

Walter
  • 2,640
  • 1
  • 5
  • 11