madkom/gitlab-ci-private-runner

Gitlab Private Runner。在开发机器上运行Gitlab任务的控制台应用程序。

0.9.2 2016-05-12 04:58 UTC

This package is not auto-updated.

Last update: 2024-09-14 20:09:34 UTC


README

Build Status Coverage Status Latest Stable Version Total Downloads License PHP Versions

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.

控制台命令

运行 bin/private-gitlab-runner 查看命令用法

列出所有可能的任务

bin/private-gitlab-runner private-gitlab-ci:job:list

 Responsible for listing all possible jobs

列出所有阶段

bin/private-gitlab-runner private-gitlab-ci:stage:list

 Responsible for listing all possible stages

运行任务

bin/private-gitlab-runner private-gitlab-ci:job:run job_name

 Responsible for running specific job in docker environment. 

运行阶段

bin/private-gitlab-runner private-gitlab-ci:stage:run stage_name

 Responsible for running all jobs for specfic stage in docker environment.