umutphp / visualize-gitlabci
Visiualize the Gitlab Pipeline
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 1
Open Issues: 0
Type:ci-helper-script
Requires
- php: >=5.6
- symfony/yaml: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-10 10:54:33 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 screenshot below is taken from the pipeline created by Gitlab for master
branch (from Gitlab.Com).
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 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.