On Aug 17, 2012, at 5:12 PM, bl0ck3r <martin.danjo...@gmail.com> wrote:
> Well, I think what I am trying to achieve is simple: promote a build while > another build is running on the same project Wait a second. Is the problem your copying in files to a project while a build is running or copying files out of a build while a second build on that project is running? Anything you want to save should be "archived" which is a post build step. Archived artifacts are kept for each build, so they're not overwritten when a new build starts. You can copy out archived artifacts w/o affecting the currently running build. With the promotion plugin, you have to use the $PROMOTED_* environment variables to refer to a particular build and not the standard ones. Archived artifacts are kept in the $PROMOTED_ID/archive directory of a particular build. -- David Weintraub da...@weintraub.name.