Merge pull request #435 from danielfree/master

upgrade to jenkins v2.32.2
This commit is contained in:
Raúl Sánchez 2017-07-03 19:08:58 +02:00 committed by GitHub
commit d4a485fdcf
4 changed files with 5 additions and 3 deletions

View File

@ -15,6 +15,8 @@ mongo-cluster:
volumes_from:
- mongo-datavolume
- mongo-base
ports:
- 27017:27017/tcp
mongo-base:
restart: always
net: none

View File

@ -1,5 +1,5 @@
jenkins-primary:
image: "jenkins:2.19.4"
image: "jenkins:2.32.2"
ports:
- "${PORT}:8080"
labels:

View File

@ -1,6 +1,6 @@
.catalog:
name: Jenkins
version: 2.19.4-rancher1
version: 2.32.2-rancher1
description: |
Jenkins CI management server.
questions:

View File

@ -1,5 +1,5 @@
name: Jenkins
description: |
Jenkins CI server (LTS)
version: 2.19.4-rancher1
version: 2.32.2-rancher1
category: Continuous Integration