I'm using Jenkins and the Promoted Builds plug-in. When I promote a build, I want to trigger a new build Job and pass through the specific Subversion Revision that the promoted build used.
I've got the Trigger Parameterized Builds plug-in installed, and so I can tell my Promoted Build to invoke a parameterized build, and there's even an option in "Add Parameters" to specify "Subversion revision".
This doesn't actually seem to do anything though; the invoked parameterized build still uses the latest version fromt he SVN repository.
Any ideas what I'm missing?