-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Jenkins Windows 1.486. CopyArtifact v1.23
Several of our jobs will intermittently fail. Examination of the logs show the same problem:
(SAMPLE)
08:55:39 Unable to find a build for artifact copy from: BUILD_WINDOWS_ALL
08:55:39 Build step 'Copy artifacts from another project' marked build as failure
That's all that is in the console. We haven't upgraded to CopyArtifact v1.24 (the only fix was for Jenkins master running on Unix, which we are not).
The problem is highly intermittent. We've gone for days without having the problem, then get numerous occurrences (perhaps 20 out of 200 similar jobs being run). These problems begin after the the job lazy-load was introduced into Jenkins core. Given the nature of the failures and the environment at the time of the failures, it may be a locking/race problem with several jobs all trying to access the same artifacts from the same source build at the same time.
If there anything else that I can provide to resolve this issue.
- duplicates
-
JENKINS-15156 Builds disappear from build history after completion
-
- Resolved
-
-
JENKINS-15589 build URL in failed emails is broken
-
- Resolved
-
- is related to
-
JENKINS-8754 ROADMAP: Improve Start-up Time
-
- Closed
-
Some additional information: I've confirmed that when the failure occurs, the source job/build of the artifacts DOES exist. I just had some jobs run where 20 jobs all referenced the same job/build to download artifacts from; 5 worked and got the artifacts, the other 15 failed to download any artifacts and eventually failed due to the missing files.