Download the PHP package madkom/gitlab-ci-private-runner without Composer
On this page you can find all versions of the php package madkom/gitlab-ci-private-runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madkom/gitlab-ci-private-runner
More information about madkom/gitlab-ci-private-runner
Files in madkom/gitlab-ci-private-runner
Package gitlab-ci-private-runner
Short Description Gitlab Private Runner. Console application to run gitlab jobs in docker on developer machine.
License MIT
Homepage http://madkom.pl/
Informations about the package gitlab-ci-private-runner
Gitlab Private Runner
Runs
Gitlab CI jobs on developer machine, without need to push the code
to the repository.
This project doesn't aim to replace Gitlab CI instead it helps developers to test even the most complicated jobs, without need
to commit the code.
Console commands
See usage of the command by running bin/private-gitlab-runner
List all possible jobs
bin/private-gitlab-runner private-gitlab-ci:job:list
Responsible for listing all possible jobs
List all stages
bin/private-gitlab-runner private-gitlab-ci:stage:list
Responsible for listing all possible stages
Run job
bin/private-gitlab-runner private-gitlab-ci:job:run job_name
Responsible for running specific job in docker environment.
Run stage
bin/private-gitlab-runner private-gitlab-ci:stage:run stage_name
Responsible for running all jobs for specfic stage in docker environment.
All versions of gitlab-ci-private-runner with dependencies
symfony/console Version ^3.0.5
symfony/yaml Version ^3.0.5
symfony/dependency-injection Version ^3.0.5
symfony/process Version ^3.0.5