Reputation: 281
I recently exported and imported a VSTS build process definition to create a similar build for a similar project. However, when I try to save the definition, VSTS displays an error that:
"No agent queue was found with identifier x."
Does anyone know of a cause? I looked at some other online posts and they were related to security settings, which are all correct.
There are also a few related to building capabilities, but this is not that exception.
Upvotes: 4
Views: 2123
Reputation: 281
When you import a build definition, it pulls across all the values from drop-downs, including the "Default agent queue". For projects in the same VSTS account, this value ("Hosted" in my case) will have the same name in the original definition and the new definition you are creating. However, the IDs may be different or not "hooked up" correctly by the import process.
Now your build will save and queue.
Upvotes: 9