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.
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.
Steps
Operation log
$ docker pull jenkinsci/jenkins $ docker stop ci $ docker commit ci backup-ci fc9a770d9a07c3bdb82ac9905be3d556977faf0a8581101987ae11d7d3989a68 $ docker rm ci $ run-ci