Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Continuous Integration in a LAMP environment

by pemungkah (Priest)
on May 22, 2010 at 00:15 UTC ( [id://841142]=note: print w/replies, xml ) Need Help??


in reply to Continuous Integration in a LAMP environment

Hudson is an excellent way to go. TAP::Formatter::JUnit will nicely format your test output as JUnit XML, and Hudson can happily pick that up.

Devel::Cover's a little more complicated, but also workable.

Hudson makes things really easy to set up, since it allows you to do "freestyle" builds, which essentially just execute arbitrary commands in order. Don't know if TeamCity can do that, but if it can, you should be able to integrate into the same server, which would be better from the standpoint of being able to watch all the builds at once ... looks like it doesn't, which is unfortunate, but you can work around that with Hudson. (Edit: fixed link)

  • Comment on Re: Continuous Integration in a LAMP environment

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://841142]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found