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

Commit

Permalink
Merge pull request #274 from RobertNorthard/master
Browse files Browse the repository at this point in the history
Upgraded Jenkins image (0.3.1) and platman version to support upgrade
  • Loading branch information
dsingh07 authored May 30, 2018
2 parents 6887529 + f17fb7b commit c150f78
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 c150f78

Please sign in to comment.