Jenkins BlueOcean Latest Version Error

hey,
I was installing Jenkins in docker through blueocean and when I pull image:latest , it pulls an older version of the image due to which all the plugins are not installed on my system.
provide with a relevant solution for the problem.

Hi @kartiksharma,

Blue Ocean docker images are outdated, and not maintained.
Blue Ocean itself is deprecated.

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 and 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 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 page for information on all available Pipeline steps.

You’d better start from the “standard” Jenkins images, and add the plugins you need.
These days, Pipeline Graph View is the plugin that mimics most of the Blue Ocean features.
You could maybe give it a try.

You could also clone GitHub - jenkins-docs/quickstart-tutorials: Jenkins tutorial files and give it a try.

1 Like

@poddingue thanks for the insight.

1 Like