Nils Otto
Nils Otto

Reputation: 611

Use parameters in Hudson in configuration

I am looking into the "parameterized build"-feature of Hudson CI.

I would like to make this a parametrized build and then use one of the parameters as part of the svn URL.

e.g I would like to configure the svn URL as http:/oursvnserver/repos/branches/$PARAMETER

is this doable, or are there smarter ways to do this?

Upvotes: 2

Views: 1138

Answers (1)

Peter Schuetze
Peter Schuetze

Reputation: 16305

That's how I do it. Except, I use it for the revision. Go for it.

Upvotes: 1

Related Questions