Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Not A Defect
-
None
-
Platform: All, OS: All
Description
Modify hudson.scm.SubversionSCM.CheckOutTask to accept a value passed in as a
build parameter with the name REVISION and checkout the specified revision for
building. Check the following wiki page for modification requested:
http://wiki.jenkins-ci.org/display/JENKINS/Subversion+Release+Manager
@msaxer:
look at dodok1's comment. Instead of your current URL (http://.../trunk) you just need to add the revision number to it. The URL will then look like http;//.../trunk@${MYREVISION} where MYREVISION is a parameter of your job. You can also replace ${MYREVISION} with a revision number, but I don't think that will have a useful purpose at all.