Hi sure why not
I have 3 projects on the same code base (repository) ° 1 for CI : compile and smoke tests (interval trigger) ° 1 for deployment : compile, all tests, make package (schedule trigger) ° 1 for code analysis : compile and run code analysis (schedule trigger) with kind regards Ruben Willems On Thu, Apr 7, 2011 at 8:58 AM, Bobby Oswald <[email protected]> wrote: > Can you have multiple projects building off the same base? > > > Bobby Oswald > m: 082-387-8701 > f: 086-670-8911 > e: [email protected] > > > > On Thu, Apr 7, 2011 at 8:46 AM, Ruben Willems <[email protected]> > wrote: > > Hi > > > > I think it's a lot easier to create a 2nd project that will do the > package. > > > > > > with kind regards > > Ruben Willems > > > > On Thu, Apr 7, 2011 at 5:55 AM, Bobby <[email protected]> wrote: > >> > >> Hi, > >> > >> I have just recently installed CCNET and still finding my feet. I am > >> looking at incorporating a package and deploy system into our CCNET > >> server. > >> > >> Is it possible to add a button next to "Force Build" called "Force > >> Package" or something similar and have that trigger a build and then > >> package and deployment routine? > >> > >> Thanks > > >
