Bugfix - Build-info ignores duplicate artifacts checksum#560
Merged
Or-Geva merged 2 commits intojfrog:masterfrom Nov 11, 2021
Merged
Bugfix - Build-info ignores duplicate artifacts checksum#560Or-Geva merged 2 commits intojfrog:masterfrom
Or-Geva merged 2 commits intojfrog:masterfrom
Conversation
Merged
2 tasks
eyalbe4
approved these changes
Oct 25, 2021
Or-Geva
added a commit
that referenced
this pull request
Nov 11, 2021
* Revert "Bugfix - Build-info ignores duplicate artifacts checksum (#560)" This reverts commit ae15936. * Revert "Update RELEASE.md" This reverts commit 9092072. * Revert "[artifactory-release] Next development version [skipRun]" This reverts commit a304335. * Revert "[artifactory-release] Release version 2.31.3 [skipRun]" This reverts commit fffdb51. * Revert "Fix failing tests caused by removing 'artifactory.' " This reverts commit e067c9d. * Revert "Deprecate 'artifactory.' properties prefix (#570)" This reverts commit 8e6da85. * Revert "Use the latest release of the Gradle plugin (#566)" This reverts commit 04398a4.
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following issue: jfrog/jenkins-artifactory-plugin#564 where downloading artifact from Artifactory multiple times from different paths shows only one artifact in the build-info.json.
In addition, download a dependency across different file-specs causes to duplicate the same dependency in the build-info.json
Related: jfrog/jenkins-artifactory-plugin#571