-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Problem with this page
https://plugins.jenkins.io/copyartifact/
Expected behavior
Artifacts of the Latest successful build of the specified project must be imported using the copy artifact function
ex) If the latest successful build number of the specified project is 70, the artifact of build number 70 is imported.
Actual behavior
Result
If the latest successful build number for the given project is 70, you will need to import artifacts with build number 70 but failed with artifact number 69 as shown, and if you proceed again, you will get artifacts from build 70 and succeed.
LOG DESCRIPTION: The 70th build is up to date, but it actually brings 69 artifacts.
Possible solution
No response