The copy artifacts plugin allows you to configure what to copy, either the last stable build or the last successful build.
If you need more control than that. I recommend moving over to ivy or maven and using the Promote Build plugin to copy (deploy) the artifacts you want other projects to use into your Maven/Ant repository. It's a bit more complex to setup, but it's worth the extra work. -- David Weintraub da...@weintraub.name On Aug 28, 2012, at 2:02 AM, arjun tr <arjun200...@gmail.com> wrote: > Is there a way to list only the successful builds of another job in dynamic > parameter plugin/ > My build job generates artifacts which are archived, this then is consumed by > deployment jobs by using copy artifacts plugin and specifying builds using > string parameter. > > Now is there a way to list only the successful builds in dynamic parameter > plugin so that it can be passed to copy artifacts plugin?? > > Regards, > Arjun >