So lets say you have three projects 

Buildfoo
Buildbar
Buildomega

And you need a project that builds foo and omega.

Add a new project called BuildfooBuildomega.

Have this project use Nant to do the work of building two things. 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Robert Bohar
Sent: Monday, October 24, 2011 4:51 PM
To: ccnet-user
Subject: [ccnet-user] Automating CruiseControl.NET builds

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

Reply via email to