Skip to content
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

fix: populate missing RepoUrl in CiCDPipelineCommit #7210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mr-ks
Copy link
Contributor

@mr-ks mr-ks commented Mar 23, 2024

Summary

The enrichPrevSuccessDeploymentCommits task of the dora plugin relies on cicd_deployment_commits.repo_url to fetch all successful deployments in a given project. Deployments without a specified repo_url will not be included in the subsequent calculation steps. Which will lead to problems in the form of #7193.

This PR populates the missing repo_urlcolumn by joining _tool_azuredevops_go_builds and _tool_azuredevops_go_repos in the convertApiBuilds task of the Azure DevOps Go plugin.

Does this close any open issues?

Not sure if this closes #7193 but is definitely related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant