I am using Jenkins and the Promoted Builds plugin. When I promote the assembly, I want to start a new build task and transfer the specific version of Subversion Revision that the advanced assembly used.
I have the Trigger Parameterized Builds plugin installed, so I can say that my Promoted Build is invoked by a parameterized build, and even the option in “Add Parameters” indicates “Subversion Version”.
In fact, it does nothing; the called parameterized assembly still uses the latest version from the SVN repository.
Any ideas what I am missing?
source
share