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
For artifacts uploaded to Artifactory, we should enhance build info to be more consistent. The following buildInfo fields should be populated:
buildInfo
project
buildName
buildNumber
buildUrl
buildAgentName
buildAgentVersion
agentName
agentVersion
vcsRevision
The text was updated successfully, but these errors were encountered:
Make build info more consistent
1b80774
Closes spring-iogh-17
780d036
2d4eafe
sjohnr
No branches or pull requests
For artifacts uploaded to Artifactory, we should enhance build info to be more consistent. The following
buildInfo
fields should be populated:project
- name of the project in Artifactory, e.g. springbuildName
- name of the GitHub repository, e.g. spring-securitybuildNumber
- unique ID of the CI build that produced the artifact, e.g. 1234567890buildUrl
- URL of the CI build that produced the artifact, e.g. https://github.com/spring-projects/spring-security/actions/runs/1234567890buildAgentName
- name of the build system used to build the artifact, e.g. Maven or GradlebuildAgentVersion
- version of the build system used to build the artifact, e.g. 1.2.3agentName
- the name of the CI system, e.g. GitHubActions, Jenkins, etc.agentVersion
- the version of the CI system, e.g. 1.2.3vcsRevision
- the git commit hash that produced the artifactThe text was updated successfully, but these errors were encountered: