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

NAME

ukigumo-agent.pl - CI agent server

SYNOPSIS

    % ukigumo-agent.pl --server_url=http://example.com/

        --config=config.pl               Configuration file
        --server_url=http://example.com  ukigumo-server URL
        --work_dir=/tmp/                 working directory
        --host=127.0.0.1                 Bind host
        --port=80                        Bind port (Default: 1984)
        --timeout=123                    Timeout seconds (Default: Not timeout)
        --ignore_github_tags             ignore push event of GitHub if it sends with tags
        --force_git_url                  always use Git URL
        --cleanup_cycle=3                Days of cleanup cycle to remove directory of old branch (Default: 0 (means don't cleanup))

DESCRIPTION

ukigumo-agent.pl is CI agent server, runs test cases.