{"id":15045193,"url":"https://github.com/jenkinsci/pipeline-graph-view-plugin","last_synced_at":"2026-04-23T17:00:43.793Z","repository":{"id":37868028,"uuid":"342357420","full_name":"jenkinsci/pipeline-graph-view-plugin","owner":"jenkinsci","description":"Pipeline Graph View adds a visual representation of Jenkins pipelines, showing each stage of a run in a clear and easy-to-follow graph format.","archived":false,"fork":false,"pushed_at":"2026-04-17T12:22:51.000Z","size":5855,"stargazers_count":147,"open_issues_count":117,"forks_count":71,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-04-17T14:28:56.460Z","etag":null,"topics":["hacktoberfest","jenkins-pipeline","jenkins-ui","ui"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/pipeline-graph-view/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"community_bridge":"jenkins","custom":["https://www.jenkins.io/donate/#why-donate"]}},"created_at":"2021-02-25T19:32:57.000Z","updated_at":"2026-04-16T18:44:50.000Z","dependencies_parsed_at":"2023-10-12T01:07:25.774Z","dependency_job_id":"43a202c8-9fe2-4f04-abe5-6ec3bac8b6bb","html_url":"https://github.com/jenkinsci/pipeline-graph-view-plugin","commit_stats":{"total_commits":349,"total_committers":37,"mean_commits":9.432432432432432,"dds":0.5530085959885387,"last_synced_commit":"edabe2366d99bd7cb3db411b6c766a5aff2392de"},"previous_names":[],"tags_count":245,"template":false,"template_full_name":null,"purl":"pkg:github/jenkinsci/pipeline-graph-view-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fpipeline-graph-view-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fpipeline-graph-view-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fpipeline-graph-view-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fpipeline-graph-view-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/pipeline-graph-view-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fpipeline-graph-view-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32189656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","jenkins-pipeline","jenkins-ui","ui"],"created_at":"2024-09-24T20:51:34.198Z","updated_at":"2026-04-23T17:00:43.749Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":["https://funding.communitybridge.org/projects/jenkins","https://www.jenkins.io/donate/#why-donate"],"categories":[],"sub_categories":[],"readme":"# Pipeline Graph View Plugin\n\n[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins%2Fpipeline-graph-view-plugin%2Fmain)](https://ci.jenkins.io/job/Plugins/job/pipeline-graph-view-plugin/job/main/)\n[![Gitter](https://badges.gitter.im/jenkinsci/ux-sig.svg)](https://gitter.im/jenkinsci/ux-sig?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/pipeline-graph-view.svg)](https://plugins.jenkins.io/pipeline-graph-view)\n[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/pipeline-graph-view.svg?color=blue)](https://plugins.jenkins.io/pipeline-graph-view)\n\n![preview.png](docs/images/preview.png)\n\n## Introduction\n\nThis plugin adds a visual representation of Jenkins pipelines, showing each stage of a run in a clear and easy-to-follow graph format. It’s designed to make pipeline progress and structure easier to understand at a glance.\n\n## Features\n\n- Visualize pipelines as an interactive, nested graph\n- Navigate pipeline stages in a clear, collapsible list view\n- View logs in real time without leaving the interface\n- Toggle between graph and stage views; move and resize panes to suit your workflow\n- Quickly access details of each step and its results\n- Hide specific steps from view using the `hideFromView` Pipeline DSL step\n- Designed for better readability and faster troubleshooting\n\n## Getting started\n\n1. Install the [Pipeline Graph View](https://plugins.jenkins.io/pipeline-graph-view/) plugin\n2. Go to some pipeline build page (not the job page)\n3. Click _Pipeline Overview_\n\nHidden steps are not displayed by default in the Pipeline Overview, but can be toggled visible using the filter controls.\n\n## Screenshots\n\nBasic pipeline:\n\n![Different statuses](./docs/images/different-statuses.png)\n\nSemi-complex pipeline:\n\n![Semi complex pipeline](./docs/images/semi-complex-pipeline.png)\n\n## Video\n\nSee a live demonstration from a Jenkins Contributor Summit:\n\n[![Demo of Pipeline Graph View plugin](https://img.youtube.com/vi/MBI3MBY2eJ8/0.jpg)](https://www.youtube.com/watch?v=MBI3MBY2eJ8\u0026t=3295 \"Pipeline Graph View plugin\")\n\n## Pipeline DSL Extensions\n\n### Hiding Steps from View\n\nYou can mark specific pipeline steps as hidden from the view by wrapping them with the `hideFromView` step:\n\n```groovy\npipeline {\n    agent any\n    stages {\n        stage('Build') {\n            steps {\n                echo \"This step is visible\"\n\n                hideFromView {\n                    echo \"This step is hidden by default\"\n                }\n\n                echo \"This step is also visible\"\n            }\n        }\n    }\n}\n```\n\n## REST API\n\nThe REST API documentation can be found [here](https://editor-next.swagger.io/?url=https://raw.githubusercontent.com/jenkinsci/pipeline-graph-view-plugin/refs/heads/main/openapi.yaml).\n\n## Contributing\n\nRefer to our [contribution guidelines](./CONTRIBUTING.md).\n\n## LICENSE\n\nLicensed under MIT, see [LICENSE](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fpipeline-graph-view-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fpipeline-graph-view-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fpipeline-graph-view-plugin/lists"}