Quickly parse and visualize your Jenkinsfile as an interactive, downloadable pipeline flowchart!
View the Demo ยป
- โจ Syntax Highlighting for Groovy-based Jenkinsfiles.
- ๐จ Dynamic Pipeline Visualization with interactive nodes and edges.
- ๐ฅ Download Visualization as a PNG for documentation or sharing.
- Clone the repository:
git clone https://github.com/alexbaeza/jenkinsfile-visualizer.git
cd jenkinsfile-visualizer- Install dependencies:
yarn install- Run the application:
yarn start- Open your browser and navigate to:
http://localhost:3000
- Paste your Jenkinsfile in the editor.
- View the interactive pipeline visualization. 3Download the pipeline as a PNG for sharing or documentation.
This app is automatically deployed on Vercel.
To deploy your own version:
- Link your repository to Vercel.
- Configure build settings:
- Build Command:
npm run build - Output Directory:
build
- Build Command:
- Deploy and share your app!
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.