-
Improvement
-
Resolution: Unresolved
-
Major
-
None
We were trying to configure Jenkins to trigger one build from another, carrying the same Subversion revision over into the new build. I couldn't get this to work using the Parameterized Trigger plugin so I eventually filed a ticket about that (JENKINS-21586) because it wasn't doing what it said it would, but they said that this is a limitation in the Subversion plugin.
Essentially, the Parameterized Trigger plugin is triggering a build and telling the Subversion plugin to use a specific revision for the URL when it checks it out.
What I expect to happen is for both checkouts to use the revision which was passed in.
What actually happens is that the root directory uses the revision which was passed in and the subdirectory is checked out from HEAD.