Hello, Does anyone know of a way of customizing the dashboard to allow the user to select which projects to build and have them run sequentially without any user input?
If that is not possible, I'm also considering writing a small program that would present a similar interface to the user and then generate a CruiseControl.NET config file that would include all of the projects the user selected. In other words, the scripts would be generated on the fly each time a build is needed. However, I'm having a problem because each project has it's own CCNETLABEL. As far as I'm aware, the CCNETLABEL is only incremented once per build and it's possible my script might have multiple projects in it. Any ideas how to approach this? Thanks. Rob
