Is there any documentation on the “objects” which can be used in CI - eg the $Source$ object, etc.?
In one of my projects I had a Repository set in the Project called, say ‘Widget’. In the Visual Studio build runner, I put the Solution file as “$Source.Widget$\widget.sln” which looks right, but it complained the the Widget bit of $Source$ didn’t exist.
If I moved the Repository to the Configuration, then it worked fine
However, (if I’m understanding it right) the logical place for this particular repository is the Project, so I need to know how to refer to the project repositories. I’ve looked through the documentation wiki, but can’t find anything documenting the available objects other than examples scattered around.
Hi Paul,
Have you ticked the checkboxes next to the Project Repositories on the Repositories tab of the Configuration Wizard at https://server/Project/ci/configwizard/repositories/Configuration
e.g.
This should ensure that the project repository is included in the build and the expression you used should work fine,.
If not , can you let us know which version of Continua you are using and your repository settings (screenshot or list of settings in the Continua repository dialog)? If you are running version 1.5 please send us a diagnostics report. This can be generated by going to: Administration -> Event Log and selecting the diagnostics report link at the top of the page. A debug log of the build that failed would also help us greatly.
I’ll also look into adding some more information on the objects available for expressions to the documentation.
Hi guys, just a heads up that we have added some more further details to this area of the documentation with a section on expression objects: http://wiki.finalbuilder.com/displa…on+Objects
Thanks