Re: Email list of users who checked in code?
Jeffrey Fredrick <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Why not have CruiseControl run your automated tests and then handle the emailing? That's what I was describing how to do. With what I described the flow would be: 1. Developers x,y,z commit code 2. CruiseControl runs build & emails x,y,z 3. CruiseControl runs tests & emails x,y,z Jtf On Wed, Oct 27, 2010 at 5:27 PM, Changrani Vishal-KWGJ87 < [email protected]> wrote: > Hi Jeff, > Thanks a lot for your reply. > However am a little lost. Allow me to elaborate, I want to use the email > address list as soon as the build is done to kick off some automation tests. > So in that regards the email address is to be used for the same build. I do > not intend to run another build but just start some test as soon as the > build is done. The server on which these automated tests run can email back > the people who had checkedin code because of which cruise control ran. > Here is the workflow I want to achieve, > Developers X,Y,Z checking, cruise control runs an emails X,Y,Z, kicks start > automation test suite, writes email of X,Y,Z to a file, automation suite > when finishes reads this file and emails X,Y,Z the results of the test. > > I didn't see any compound element in our config file as well. > > Thanks again. > Regards, > Vishal > > > > ------------------------------ > *From:* Jeffrey Fredrick [mailto:[email protected]] > *Sent:* Wednesday, October 27, 2010 4:29 PM > *To:* [email protected] > *Subject:* Re: [Cruisecontrol-user] Email list of users who checked in > code? > > > Are you hoping to use the email address in the current build or are you > going to run the automated tests are part of a later build? > > If you are going to run them as part of a later build you could have your > automated test build pull in the same sourcecontrol changes (and thus the > same users) but only run after your initial build has run successfully but > using the compound element: > > http://cruisecontrol.sourceforge.net/main/configxml.html#compound > > <compound> > <triggers> > <buildstatus logdir="path/to/build/logs"/> > </triggers> > <targets> > < -- same element(s) as used in the build's modification set --> > </targets> > </compound> > > Jtf > > > On Mon, Oct 25, 2010 at 11:20 AM, Changrani Vishal-KWGJ87 < > [email protected]> wrote: > >> Hi, >> I want to get the emails of people who last checked in. My cruisecontrol >> setup emails developers who last checked in. I plan to run some automated >> test and email back those same developers for which I need to get that email >> list. But it seems to be hidden inside cruisecontrol. All I could find is >> the "skipusers" flag as part of the email element of the config file but >> not the actual list. >> Thanks in advance, >> Vishal >> >> > -- CITCON Continuous Integration and Testing Conference http://www.citconf.com/ ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user