Luntbuild + svn - set tagging directory using variables
- by David Belanger
Hi,
I'm using Luntbuild with Subversion and would like to have our svn tagging environment specific (dev, testing, etc.) and I'm wondering if there's a way to use a variable in the VCS Adapters section.
I'm looking for something like this:
Directory for tags: tags/Builds/${env}/Service
Where ${env} is a variable I can set in the Luntbuild builders section or elsewhere. Does anyone know if what I'm wanting is possible?
Thanks.