continuous-integration

Can I conditionally attach a file to CC.NET status email dependant on the build result?

We send out emails for any build status. If the build fails I want to either: send an additional email with an attachment conditionally attach an file to the email Either one works for me, but the second option is better I think. How can I do that in the CC.NET config file? Can I have two sections - one with and another with P...

IS there any way to Create a CI with Sourcesafe

I want to create a CI for my company and we are using Sourcesafe as our repository. I want to know is there any way to create a CI Build process with Sourcesafe? I read some CI process with TFS and GIT (svn) but can't find an article for Sourcesafe? What should I do? ...

Which CI is suitable for .Net

I want to Automate the build process of my company. We are Using.Net platform for developing softwares and currently using VisualSourceSafe as source control. So I want to know that which tools is the best CI for .net Platform. Based on my Researches I found that CrouseControl.Net is better than others so What Do you think. note: I al...

Should static analysis warnings fail the CI build?

Our team is investigating various options for static analysis in our project, and have mixed opinions about whether we want our Continuous Integration build to fail because of warnings from static analysis. The argument against failing the build is that there are often exceptions to the rules, and attempting to work around them just to ...

Properly using SVN & CI

I am setting up the development environment for my start-up just now. I use Hudson for continuous integration of source code. It polls the SVN repository for changes every 10 minutes and if there are any deploys them to the LIVE servers from our DEV servers. What I would like though is to have another Hudson job which deploys from DEV t...

Movement towards continuous integration in progress, any suggestions?

We have a bunch of C/C++ modules and projects for QNX4, QNX6 and Linux. All of these are written in Eclipse/QNX Momentics and we use Project Sets (psf files) to combine different modules into projects as required. The projects are built using make. The psf files specify which modules are required for a certain project. I have looked at ...

Modify Web.Config for Continuous Integration

I am using CruiseControl.Net for my continuous integration process. Using ccnet I build and publish my asp.net application into a server in Release mode. But I am not able to change debug="true" to debug="false" in my Web.Config during publishing. What can I do? ...

Can you do this with Hudson?

I want to create a hudson job, that takes an id as a parameter. And use that id to calculate the svn-repo path. Where I work you have a svn path for every issue that you resolve. And then all the issues are joined into a single svn-path. What I want to do is to run static code analysis on the partial issues. So I think maybe having an...

Anyone manage their Continuous Integration with TeamCity, FinalBuilder, and Mercurial (Kiln)?

Possible Duplicate: Continuous Integration stack on Windows with Mercurial + Mercurial Queues? If so, what does your build process look like? I'm having a difficult time (mostly because of my lack of experience/understanding of all 3 tools) getting TeamCity to run my FinalBuilder scripts. Right now I have FinalBuilder managin...

How to integrate junit/pmd/findbugs report into hudson build email?

my team is looking into using hudson as our continuous integration software, 1 problem that we try to figure out is to integrate the reports of junit/pmd/findbugs etc into the build email that get sent to the team. the graph/reports on the dashboard are nice and all, but people usually want to just read the email and not clicking the ...

Is there CI server software that can do all of this?

I'm trying to put together a Continuous Integration server that will do the following: Work with subversion Use NUnit tests (fail build on failed tests) Use partcover (fail build on < X% coverage) Run code against FxCop (fail build on FxCop warnings, given settings) Run code against StyleCop (fail build on StyleCop warnings, given sett...

CruiseControl.NET Silverlight Unit Tests Interact with Desktop Windows Server 2008

Hi, Currently we have CCService running as a Domain account because the build scripts deploy to a network location. However this causes any unit tests that test the view to fail. Due to not being allowed to interact with desktop. I can change the CCService to run as local system which works however i loose network connectivity. I also...

Is Tomcat 6 ready for continuous integration or how to get it work?

I'm looking for a hint how to make tomcat CI ready or an servlet container / application container which stand often redeploys like they happen when using hudson ci. I experienced that Tomcat 6 does not properly undeploy webapps, leaving classes in jvm. For example I monitored tomcat 6 with VisualVM: on start 2000 classes, on deploy ...

How would I start integrating pyflakes with Hudson

We use Hudson for continuous integration with the Violations Plugin which parses our output from pylint. However, pylint is a bit too strict, and hard to configure. What we'd rather use is pyflakes which would give us the right level of "You're doing it wrong." ...

Plugin to commit hudson build artifact

Hi All, Are there any plugins available which will commit the build artifact back to SVN? Thanks, Rahul ...

CI Build status output alternatives

We currently use Cradiator to display the status of our continuous integration (CI) builds from CruseControl.net, on a 42" Samsung television on display high-up in our IT department. Cradiator is a great starting place, but we're getting to the point whereby we're having lots of projects on there and it's starting to get a bit 'full'. ...

NCover Hudson Plugin fails on Slave

Hi I'm trying to get NCover to work with our hudson server. The .NET jobs are run on a windows slave while the master is a linux box. After a job finishs successfully (also generating ncover+nunit reports), the NCover.Plugin tries to copy the report files from the ncover output directory to the job's directory. Here is the error messag...

Continuous Integration or Publishing System

I've been testing Hudson for a few days now and for PHP projects it seems ok; What I need though is a system that will allow me to publish an SVN tag to an FTP folder without adding a pile of rubbish on the end; hudson gets overexcited and adds a pile of folders to the export. Are their any other decent systems; it needs to be simple to ...

Bulletproof way to DROP and CREATE a database under Continuous Integration.

I am attempting to drop and recreate a database from my CI setup. But I'm finding it difficult to automate the dropping and creation of the database, which is to be expected given the complexities of the db being in use. Sometimes the process hangs, errors out with "db is currently in use" or just takes too long. I don't care if the db i...

Hudson build on URL token

I configured a hudson instance and have created jobs. While creating builds, I was able to see this option "Trigger the build by accessing this URL + SecretTOKEN" option. Now, I am unable to see that for any new jobs I create. Am I missing some setting or a configuration? The only change I made was running the servlet container from Root...