jenkins plugins - ghdrako/doc_snipets GitHub Wiki
- Pipeline Stage View It allows you to have a visualization of your pipeline stages. This plugin is handy when you have complex build pipelines and want to track the progress of each stage.
- The Blue Ocean plugin to have a fast and intuitive comprehension of the CI/CD stages. This plugin requires Jenkins version 2.7 or later. Blue Ocean is a new user experience for Jenkins, based on a modern design that allows users to raphically create, personalize, visualize, and diagnose CD pipelines. It comes bundled with the Jenkins Pipeline plugin or as a separate plugin (www.jenkins.io/doc/book/blueocean/getting-started/).
The Jenkins Classic UI exists side-by-side at its usual place at JENKINS_URL/jenkins
. The Blue Ocean plugin is available by appending /blue
to the end of the Jenkins server URL.