Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Agree with above, but if Hudson doesn't work for you - it didn't for me, you can try free Mojo from OpenMake Software. Hudson was too narrowly focused. Mojo can do production scheduling as well continuous integration, so it made sense to use one tool for both of those in addition to having additional flexibility on the CI side.

Mojo actually grew out of a need for a standard tool across multiple development teams and languages, so as mentioned by chrestomanci, be careful adding unneeded complexity to your environment. As a disclaimer, I used to work for OpenMake Software, but helped make Mojo suitable for my own needs for Perl continuous integration.

Continuous integration (CI) can be complex to set up and it can mean different things to different people. The details depend heavily on your version control tool. Mojo and Hudson do have hooks out of the box for a number of VC tools, but be sure to have a clear plan. Usually CI assumes a code-compile part, but with Perl I used passing automated unit tests as an integration measure.

Mojo's GUI is very buggy, but it works solidly when configured. It easily allows you to create a job out of a perl command line, controlling arguments and environment variables. One of the best things is the real-time monitoring dashboard and the HTML wrappering and web posting of the output of all the perl cmds. It is perl/Eclipse/Java/C/C++ based, and if you use Eclipse, it can be nicely installed as a plug-in.


In reply to Re^2: Continuous integration tools for perl by sblanton
in thread Continuous integration tools for perl by andreas1234567

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found