Closed kittaakos closed 5 years ago
@kittaakos you should be able to switch connection in the UI.
It works perfectly, thank you!
If OAuth times out, you need to delete the service connection and then you will be able to access this screen when you go to edit the YAML file
I had a service connection for GH with:
Connecting to service using OAuth
I had a fully functional build pipeline:
azure-pipelines.yml
in the monaco editor.With the new service connection, I can create new build pipelines (access the GH repositories) but I cannot do anything with my existing build pipeline which was created with the deleted connection. I cannot queue builds, editing the pipeline throws an error.
When I try to edit the pipeline from Azure DevOps, I have the following error:
When I try to queue a build from the
master
, I have the following:I guess my existing build pipeline is somehow still bound to the old service connection. Is this a correct assumption? If yes, how can I sync it and link to the new one? If no, what could be the problem? Did I completely mess up some OAuth or role thing or is it something not yet fully supported on your side?
Thank you!