umutphp/visualize-gitlabci

Visiualize the Gitlab Pipeline

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 1

Forks: 1

Open Issues: 0

Type:ci-helper-script

dev-master 2020-05-09 22:02 UTC

This package is auto-updated.

Last update: 2024-05-10 09:50:45 UTC


README

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