From 8db0509cdb4e7f45963a4899b52d961b9f284719 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 8 Aug 2022 14:34:40 -0700 Subject: [PATCH] Adding Blue Ocean statement (#2325) --- README.md | 13 +++++++++++++ blueocean/doc/BlueOcean.adoc | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/README.md b/README.md index fa40b976028..30b346d39c9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,19 @@ Blue Ocean is an alternative user experience for Jenkins. You can learn more abo Join the community and [![Gitter](https://badges.gitter.im/jenkinsci/blueocean-plugin.svg)](https://gitter.im/jenkinsci/blueocean-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +# Blue Ocean status + +Blue Ocean will not receive further functionality updates. +Blue Ocean will continue to provide easy-to-use Pipeline visualization, but it will not be enhanced further. +It will only receive selective updates for significant security issues or functional defects. + +Alternative options for Pipeline visualization, such as the [Pipeline: Stage View](https://plugins.jenkins.io/pipeline-stage-view/) and [Pipeline Graph View](https://plugins.jenkins.io/pipeline-graph-view/) plugins, are available and offer some of the same functionality. +While not complete replacements for Blue Ocean, contributions are encouraged from the community for continued development of these plugins. + +The [Pipeline syntax snippet generator](https://www.jenkins.io/doc/book/pipeline/getting-started/#snippet-generator) assists users as they define Pipeline steps with their arguments. +It is the preferred tool for Jenkins Pipeline creation, as it provides online help for the Pipeline steps available in your Jenkins controller. +It uses the plugins installed on your Jenkins controller to generate the Pipeline syntax. +Refer to the [Pipeline steps reference](https://www.jenkins.io/doc/pipeline/steps/) page for information on all available Pipeline steps. # Get Blue Ocean diff --git a/blueocean/doc/BlueOcean.adoc b/blueocean/doc/BlueOcean.adoc index 240ac605a25..60c2dd2f34e 100644 --- a/blueocean/doc/BlueOcean.adoc +++ b/blueocean/doc/BlueOcean.adoc @@ -14,6 +14,22 @@ Note that the **__Blue Ocean__** plugin is the only one that you need to install https://jenkins.io/projects/blueocean/[Learn more] +[NOTE] +.Blue Ocean status +==== +Blue Ocean will not receive further functionality updates. +Blue Ocean will continue to provide easy-to-use Pipeline visualization, but it will not be enhanced further. +It will only receive selective updates for significant security issues or functional defects. + +Alternative options for Pipeline visualization, such as the link:https://plugins.jenkins.io/pipeline-stage-view/[Pipeline: Stage View] and link:https://plugins.jenkins.io/pipeline-graph-view/[Pipeline Graph View] plugins, are available and offer some of the same functionality. +While not complete replacements for Blue Ocean, contributions are encouraged from the community for continued development of these plugins. + +The link:https://www.jenkins.io/doc/book/pipeline/getting-started/#snippet-generator[Pipeline syntax snippet generator] assists users as they define Pipeline steps with their arguments. +It is the preferred tool for Jenkins Pipeline creation, as it provides online help for the Pipeline steps available in your Jenkins controller. +It uses the plugins installed on your Jenkins controller to generate the Pipeline syntax. +Refer to the link:https://www.jenkins.io/doc/pipeline/steps/[Pipeline steps reference] page for information on all available Pipeline steps. +==== + == Running behind a proxy? Read this In some cases proxies can rewrite URIs that have encoding in them and break web apps.