How can I pass variables to the report location in the configuration wizard? For example, one of the variables that are entered by the user are project name, how can this variable be a part of the repot location? Something like this: c:\Logs\%ProjectName%\log.html
I have added further query support for reports so you can now specify properties from the project, configuration and build. These changes will be included in our next build which should be released this afternoon. I will let you know when that build is live.
Thanks for the update. Maybe I’m missing something here, but I still can’t pass parameter to the report location path in the configuration wizard. In the attached example %ProjectName% is a parameter that is being inserted by the user from the UI before starting the build. In the report tab I get this message: "The report ‘Log Build’ could not be found at the following location: ‘c:\FB\build.log.html’." Cheers.
You are correct that the variable name was not being set correctly on the reports page. It was actually always using the default value when evaluating the variable. I have released a hotfix that remedies this. Now it will use the variable value that was set at either the beginning of the build or during the build process.
This hotfix release is version 1.0.0.2213 and it is only available from the links below:
Not at the moment but I will look into implementing this. If it is trivial to implement then I will put it in otherwise it may have to be added to our development pipeline