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

Support consistent build info #17

Closed
sjohnr opened this issue Feb 1, 2024 · 0 comments
Closed

Support consistent build info #17

sjohnr opened this issue Feb 1, 2024 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@sjohnr
Copy link
Collaborator

sjohnr commented Feb 1, 2024

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. spring
  • buildName - name of the GitHub repository, e.g. spring-security
  • buildNumber - unique ID of the CI build that produced the artifact, e.g. 1234567890
  • buildUrl - URL of the CI build that produced the artifact, e.g. https://github.com/spring-projects/spring-security/actions/runs/1234567890
  • buildAgentName - name of the build system used to build the artifact, e.g. Maven or Gradle
  • buildAgentVersion - version of the build system used to build the artifact, e.g. 1.2.3
  • agentName - the name of the CI system, e.g. GitHubActions, Jenkins, etc.
  • agentVersion - the version of the CI system, e.g. 1.2.3
  • vcsRevision - the git commit hash that produced the artifact
@sjohnr sjohnr added the type: enhancement A general enhancement label Feb 1, 2024
@sjohnr sjohnr added this to the 1.0.2 milestone Feb 1, 2024
@sjohnr sjohnr self-assigned this Feb 1, 2024
sjohnr added a commit to sjohnr/spring-security-release-tools that referenced this issue Feb 1, 2024
sjohnr added a commit to sjohnr/spring-security-release-tools that referenced this issue Feb 2, 2024
@sjohnr sjohnr changed the title Make build info more consistent Support consistent build info Feb 2, 2024
@sjohnr sjohnr closed this as completed in 2d4eafe Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant