Page MenuHomeDevCentral

Upgrade to Jenkins 2.0
Closed, ResolvedPublic

Description

We really want pipeline as code to improve CD. And pipeline as code is the leitmotiv of Jenkins 2.0. So we should upgrade to this version.

According https://jenkins.io/2.0/, this is fully backwards compatible.

Event Timeline

Steps

  1. Pull last image
  2. Stop and backup our former ci container as backup-ci image
  3. Launch a new image
  4. Follow the wizard
    1. Install Pipeline, GitHub Organization folder, Pipeline stage view plugins

Operation log

Dwellers
$ docker pull jenkinsci/jenkins
$ docker stop ci
$ docker commit ci backup-ci
fc9a770d9a07c3bdb82ac9905be3d556977faf0a8581101987ae11d7d3989a68
$ docker rm ci
$ run-ci