Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
473 views

Continuous integration with ClearCase and long-updating snapshot views

I need to set up a continuous integration system. We use ClearCase version control and only snapshot views due to platform restrictions. I have tried setting up Hudson and Luntbuild. They both show ...
1
vote
1answer
595 views

Hudson vs Cruise Control vs Luntbuild vs Continuum

I am searching a suitable ci tool for my company. Which continous integration tool would you recommend? Thanks in advance..
1
vote
1answer
77 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 schedule (and ...
1
vote
1answer
330 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 be an OGNL expression ...
0
votes
1answer
37 views

what's the best way to automate post-build actions?

We use Luntbuild to do our builds. Our project builders are in Maven 2. After each build is done we need to do a lot of cd, mkdir, cp, unzip rm and zip commands. We currently have a shell scrip that ...
0
votes
0answers
11 views

Post-build strategy in Luntbuild

I would like to set the post-build strategy in Luntbuild to "post-build when success ". Is it possible to run a shell script when this happens and if so where do i set which script to run and where it ...
0
votes
2answers
207 views

CI server, lunt build or Jenkins

My company currently uses lunt build as CI server. Hudson now forked to Jenkins, seems pretty powerful to me. I quickly installed it on tomcat, and the GUI seems to be quite powerful for setting up ...
0
votes
1answer
55 views

Luntbuild for .net

Is it possible to use Luntbuild to build .net projects?
0
votes
1answer
787 views

luntbuild + maven + findbugs = OutOfMemoryException

I've been trying to get Luntbuild to generate and publish a project site for our project including a Findbugs report. All other reports (Cobertura, Surefire, JavaDoc, Dashboard) work fine, but ...