-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 1.414, Promoted Builds Plug-in 2.0, Java 1.6.0-18 (64-bit)
Currently it looks like you can promote a build before it has completed. This can cause various problems due to artifacts not yet being available, or various post-build actions (e.g. Description Setter Plug-in) not having executed yet. It seems like the promotion should be queued until the actual build has finished.
Looks like this caused by workspace locking by running build. If you restrict promotion execution to another node or label - promotion will be executed without waiting.