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

ukigumo-client.pl - ukigumo client script

SYNOPSIS

% ukigumo-client.pl --repo=git://... --server_url=http://...
% ukigumo-client.pl --repo=git://... --server_url=http://... --branch foo

    --repo=s             URL for repository
    --project=s          project name(optional)
    --vc                 version controll system('Git' by default)
    --workdir=s          workdir directory for working(optional)
    --branch=s           branch name(VC::{vc}->default_branch by default)
    --server_url|s=s     Ukigumo server url(using app.psgi)
    --ikachan_url=s      API endpoint URL for ikachan
    --ikachan_channel=s  channel to post message
    --skip_if_unmodified skip testing if repository is unmodified

DESCRIPTION

This is a yet another continuous testing tools.

EXAMPLE

perl bin/ukigumo-client.pl --server_url=http://localhost:9044/ --repo=git://github.com/tokuhirom/Acme-Failing.git --branch=master

Or use online demo.

perl bin/ukigumo-client.pl --server_url=http://ukigumo-4z7a3pfx.dotcloud.com/ --repo=git://github.com/tokuhirom/Acme-Failing.git

SEE ALSO

https://github.com/yappo/p5-App-Ikachan