Issue
Initially i used below configuration and job failed
It worked with below configuration
So basically when i changed "Which build" option from "Latest successful build" to "Copy from WORKSPACE of latest completed build" it worked .
Can some please help me understand what it the difference between "Latest successful build" and "Copy from WORKSPACE of latest completed build" options.
Solution
In the first (source) project, you will need to add a post-build step to Archive the artifact, otherwise, they will not be archived and the destination project won't be able to find them under the "artifact" folder.
Answered By - Ahmad Mohammad Abdelmoniem Yus
Answer Checked By - Cary Denson (JavaFixing Admin)