We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BUILD_BUILD_ID is not official Azure DevOps env var (ref: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#build-variables-devops-services) used in AzureCommentReporter
In the AzureCommentReporter + docs all env vars follows official naming except this one.
Steps to reproduce the behavior:
See detailed report in [MegaLinter reports]
...results?buildId=None&view=artifacts&pathAsName=false&type=publishedArtifacts
buildId
None
Link should point to valid buildId when official Azure DevOps env vars are used -> BUILD_BUILDID
BUILD_BUILDID
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
BUILD_BUILD_ID is not official Azure DevOps env var (ref: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#build-variables-devops-services) used in AzureCommentReporter
In the AzureCommentReporter + docs all env vars follows official naming except this one.
To Reproduce
Steps to reproduce the behavior:
See detailed report in [MegaLinter reports]
...results?buildId=None&view=artifacts&pathAsName=false&type=publishedArtifacts
(buildId
isNone
)Expected behavior
Link should point to valid buildId when official Azure DevOps env vars are used ->
BUILD_BUILDID
The text was updated successfully, but these errors were encountered: