项目作者: umutphp

项目描述 :
A command-line tool to visualize Gitlab pipeline by using .gitlabci.yml file of your repo. Managed on Gitlab.org and mirrored to this repo.
高级语言: PHP
项目地址: git://github.com/umutphp/visualize-gitlabci.git
创建时间: 2019-02-18T21:37:29Z
项目社区:https://github.com/umutphp/visualize-gitlabci

开源协议:GNU General Public License v3.0

下载


visualize-gitlabci

A command-line tool to visualize Gitlab-CI pipeline by parsing .gitlabci.yml file of your repo. When you execute the visualize-gitlabci command in the root folder of your repository, It will generate the visiual representations of the pipelines of the branches. B

Please check the screenshots of the command executed in this repository and the screenshot of the pipeline of this repository on Gitlab.Com.

Sample Executions

Execution For This Repository

The screenshot below is taken by executing the command in this repository.
The result of visualize-gitlabci

The screenshot below is taken from the pipeline created by Gitlab for master branch (from Gitlab.Com).

The pipeline

Execution For Some Samples

Example 1

The result when the command is executed under ./examples/example1/ folder in this repository is as follows. Please check the gitlab-ci.yml file under the folder.

Example #1

Example 2

The result when the command is executed under ./examples/example2/ folder in this repository is as follows. Please check the gitlab-ci.yml file under the folder.

Example #2