Quantcast
Channel: Jenkins Blog
Viewing all articles
Browse latest Browse all 1087

Blue Ocean Dev Log: January Week #2

$
0
0

As we get closer toBlue Ocean 1.0, which is planned for the end of March, I figured it would be great to highlight some of the good stuff that has been going on. It’s been a busy-as-usual week as everyone comes back from vacation. A couple of new betas went out this week. Of note:

  • input to Pipelines is now supported, a much asked for feature (see below)

  • A new French translation

  • Some optimisations (especially around reducing number of HTTP calls). We have started usinggtmetrix.com to measure changes ondogfood to get some numbers around optimisations on the web tier.

  • And a grab bag of other great bug fixes.

Using the input step in Blue Ocean

Also a bunch of work has been done to support parametrized pipelines, as well as creation of new multibranch pipelines (both are much asked for).

There is also now an "official" Docker image being published toDocker Hub. The Pipeline building the container is run weekly and will be picking up newly tagged releases of Blue Ocean.

Running the latest can be as simple as:

docker run -p 8888:8080 jenkinsci/blueocean:latest
Jenkins yarrr

This is built on the incredibly popularofficial "jenkins" image (10M pulls can’t all be wrong!). The container also has tags available (e.g. jenkinsci/blueocean:1.0.0-b16) for grabbing a specific released version.

Up next for Blue Ocean development as we march towards 1.0:

  • Support for parametrized jobs. For which a bunch of api work has already been done.

  • Creation of the new Pipeline GUI

  • Preview release of the Visual Editor forDeclarative Pipeline.

  • The new header design will be applied

Enjoy!


If you’re interested in helping to make Blue Ocean a great user experience for Jenkins, please join the Blue Ocean development team on Gitter!


Viewing all articles
Browse latest Browse all 1087

Trending Articles