The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ShipIt::Step::JenkinsCheck - Checks your package in your Jenkins CI server before building

DESCRIPTION

This step checks your project in your Jenkins server, giving you the chance to abort if the build is currently failing.

CONFIGURATION

In .shipit config

    JenkinsCheck.url = http://my.jenkins.server:8080
    JenkinsCheck.jobs = job1,job2 ...

AUTHOR

Dave Lambley, <davel@state51.co.uk>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Dave Lambley

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.