AFAIK with the svn plugin it will checkout the revision from the date when the build was started (or queued - not sure). If you want the latest revision, you have to append @head to the repo url.
Am 22.02.2012 um 21:40 schrieb Sami Tikka <sjti...@gmail.com>: > 2012/2/22 Les Mikesell <lesmikes...@gmail.com>: >> On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka <sjti...@gmail.com> wrote: >>>> >>> When a build actually starts, it will check out whatever is the latest >>> version at that moment in your version control. >>> >> >> I thought someone said this was different for parametrized builds but >> I didn't understand it well enough to know it the parameter expansion >> had to specify the revision, or if a job having any parameters would >> stick in the queue with the revision of the time it was invoked. > > Indeed, with some SCM plugins you can specify the version to be > checked out as a variable and then set this variable from build > parameter. > > -- Sami