Is it possible to parameterize subversion repository URL with revision in Hudson?
Posted
by Vladimir Bezugliy
on Stack Overflow
See other posts from Stack Overflow
or by Vladimir Bezugliy
Published on 2010-05-07T12:26:26Z
Indexed on
2010/05/07
12:48 UTC
Read the original article
Hit count: 349
hudson
|continuous-integration
I have a job in Hudson with Subversion as Source Code Management.
But I do not want always to update working copy to HEAD revision.
I need to have ability to choose SVN revision during start of this job.
It is possible to parameterize build with revision number.
But as far as I can see I cannot use parameter in repository URL.
I can only hardcode revision.
Is it true?
© Stack Overflow or respective owner