Skip to content

Commit

Permalink
Adding Blue Ocean statement (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 8, 2022
1 parent 02db17a commit 8db0509
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 16 additions & 0 deletions blueocean/doc/BlueOcean.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8db0509

Please sign in to comment.