Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Upgraded Jenkins image to 0.3.1 and platman version to support upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert A. Northard committed May 30, 2018
1 parent e456cd1 commit d1c9dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ sonar:
jenkins:
container_name: jenkins
restart: always
image: accenture/adop-jenkins:0.2.7
image: accenture/adop-jenkins:0.3.1
#build: ../images/docker-jenkins/
net: ${CUSTOM_NETWORK_NAME}
ports:
Expand Down Expand Up @@ -258,7 +258,7 @@ jenkins:
DOCKER_CLIENT_CERT_PATH: ${DOCKER_CLIENT_CERT_PATH}
DOCKER_NETWORK_NAME: ${CUSTOM_NETWORK_NAME}
CARTRIDGE_SOURCES: ${CARTRIDGE_SOURCES}
ADOP_PLATFORM_MANAGEMENT_VERSION: "53db75040b44fb94a1ce2d300944e33912c62dfa"
ADOP_PLATFORM_MANAGEMENT_VERSION: "272ffe0babffcf5fbd188a199cc67f12f1c7ae28"

jenkins-slave:
container_name: jenkins-slave
Expand Down

0 comments on commit d1c9dff

Please sign in to comment.