The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.