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

Add support for downloading published Artifactory build-info object from Artifactory and append using the Jenkins-jfrog-plugin #13

Open
tataraov opened this issue Feb 24, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@tataraov
Copy link

Is your feature request related to a problem? Please describe.

Consider the following use case where we are running a multi-branch pipeline that is having 3 new branches within it(i.e branch1, branch2, and master maintaining the same build name & number) and maintain a single buildinfo object in Artifactory by publishing it from each branch.

  1. Publish buildinfo of the first pipeline branch to Artifactory
  2. Then, download the existing buildinfo of the above build from Artifactory and append it to the current buildinfo of the next branch, and publish it again to Artifactory.
  3. Similarly, download the latest buildinfo (for the above build number) from Artifactory and append it to the current buildinfo, and publish it to Artifactory.

Describe the solution you'd like to see

Currently, appending a published build-info into an unpublished build-info is not supported. Hence, Looking for an option to download buildinfo object which was published as part of the previous build stage, and append it to the current stage build object so that we can maintain an aggregated buildinfo of the multi-branch pipeline.

Describe alternatives you've considered

No response

Additional context

No response

@tataraov tataraov added the feature request New feature or request label Feb 24, 2023
@tataraov tataraov changed the title Add support for appending a published build-info into an unpublished build-info using the jenkins-jfrog-plugin Add support for downloading published Artifactory build-info object from Artifactory and append using the Jenkins-jfrog-plugin Feb 28, 2023
@yahavi
Copy link
Collaborator

yahavi commented Mar 14, 2023

@tataraov,
The build-info is immutable by design. However, you can logically add a published build as a module to the current build. This feature is named build-append.
For more information see Aggregating Published Builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants