-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(CI/ADO): Add support for pull requests #12029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for Azure DevOps, should have been explained in the description....
No comments on the implementation, very brief review.
src/plugins/BuildServerIntegration/AzureDevOpsIntegration/AzureDevOpsAdapter.cs
Outdated
Show resolved
Hide resolved
src/plugins/BuildServerIntegration/AzureDevOpsIntegration/AzureDevOpsAdapter.cs
Outdated
Show resolved
Hide resolved
I'd love to have the ability to see builds for all pipelines configured in a repo. E.g., dotnet repos have a public and an internal pipeline, and right now only it's only possible to see build status the first configured pipeline. |
with Build name displayed
that builds a merge commit and so it is a little more tricky to get the original hash of the commit built + Add support to open Pull Request page from contextual menu
4de9c3c
to
d4955b4
Compare
At the moment, you can configure it so that it get the results for all the pipelines but it indeed, only the last build status is displayed. |
Proposed changes
and so it is a little more tricky to get the original hash of the commit built)
Screenshots
Before
After
Build result on the commit & Tooltip (with PR information)

Open the PR

Test methodology
Test environment(s)
Merge strategy
I agree that the maintainer do what they want with this PR (if the commit message is clear).
✒️ I contribute this code under The Developer Certificate of Origin.