-
Notifications
You must be signed in to change notification settings - Fork 901
Description
I had a service connection for GH with:
Connecting to service using OAuth
- ✅ Authorized as GitHub user 'username'
I had a fully functional build pipeline:
- I was able to queue builds and edit the
azure-pipelines.yml
in the monaco editor. - I removed the service connection and added a new one.
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:
An error occurred attempting to fetch the YAML file 'azure-pipelines.yml' for the repository default branch and latest build branches: master. Error on last attempt: Service connection uuid1 not found in the project uuid2.
When I try to queue a build from the master
, I have the following:
Unable to resolve the reference 'refs/heads/master' to a specific version. Verify the reference exists in the source repository
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!