Use Hudson Build Parameter in Grails Build Target
- by Stephen Swensen
I have created two Hudson String Parameters in my parametrized build configuration: svnRoot, and svnBranch.
I can reference these just fine when specifying my Repository URL: ${svnRoot}/${svnBranch}/subProject.
But I have not been able to reference them as part of my Grails Build Target: "build-applet ${svnRoot}/${svnBranch}/appletProject…