0
votes
2answers
299 views
TeamCity: labeling VCS (Subversion) with an artifact’s file version
I want to create create a label (tag) in the SVN with a file's version.
I'm already renaming the artifact by getting the file version of the main executable produced by the build …
0
votes
2answers
27 views
CI Servers for system simulation
My group work for a software of simulation for plane. To achieve a faster and easier validation and verification, we decided to introduce continuous integration. But I have no idea …
2
votes
5answers
509 views
PHP Shipping Calculator
Does anyone know of a freeware shipping calculator for PHP? I do not want anything too fancy, and it can be compatible with any of the major US domestic shipping services.
If any …
4
votes
3answers
304 views
TeamCity: Best Practices to deploy produced installers (artifacts)
We got a TeamCity server which produces nightly deployable builds. We want our beta tester to have access these nightly builds.
What are the best practices to do this? TeamCity Se …
0
votes
2answers
25 views
Get source slow in CI when a website project contains a lot of small images
Hi,
I have a website project with a lot of small images (more than 15000), every time CI tools get source code from TFS will take a very long time. If there is a solution can avoi …
0
votes
1answer
90 views
Fail TFS Build on Single Unit Test Failure
Setting up CI within Microsoft Team Foundation Server, I have a build that will build the solution and execute all of the unit tests within the solution.
Currently the build will …
2
votes
3answers
140 views
Using NAnt and Ivy to build a VB6 project…
Hi there,
I am working on a continuous integration system for both .Net and VB6 applications using Subversion, CruiseControl, NAnt and Ivy.
The .Net side of things isn't too much …
1
vote
1answer
41 views
Can I specify which VCS module or adaptor is used by a Luntbuild buiulder or schedule?
I have luntbuild set up and working great for my project, with several different builder schedules running on trunk. Now, I just created a branch, and I want to add at least one s …
2
votes
6answers
178 views
How does your continuous integration work?
I'm building a CI server and would really appreciate to get real experiences, and an overview on what are people using.
So, what are your build processes? Is there something lik …
4
votes
4answers
324 views
Can my build stipulate that my code coverage never get worse?
I am using hudson CI to manage a straight java web project, using ant to build.
I would like to mandate that the unit test coverage never be worse than the previous build, thereby …
0
votes
2answers
328 views
TFS 2008 Continuous integration MSBUILD on Branch fails on Label
I am attempting to use CI on a Branch of one of my TFS projects. MSBuild only fails when I try to use a Branch. I point the same Build at the "trunk" project it works fine.
The er …
0
votes
1answer
52 views
How can I get the revision number into an Ant property in Luntbuild?
I'm sure this must be possible:
I want to have the revision number (from Subversion) put into a property that is accessible from Ant when my build runs in Luntbuild. There must b …
5
votes
5answers
1k views
Whats the best way to deliver TFS build status notifications to the team?
I like the status email sent by TFS's alerts mechanism when a build breaks.
However I would like to send such an email to the entire team and not rely on the team to subscribe to t …
6
votes
2answers
325 views
TeamCity Twitter Notifier?
Has anyone built something to send out your TeamCity build status with Twitter? Can this be done with TeamCity's Jabber support?
4
votes
8answers
593 views
What is a good CI build-process
What constitutes a good CI build-process?
We use CI, but is deployment to production even a realistic CI goal when you have dependencies on several services that should be deploye …
