1
0

feat(docker-compose): use other image

This commit is contained in:
sido 2018-04-19 20:27:05 +02:00
parent 4d8f904d86
commit 82a074b189

View File

@ -2,7 +2,7 @@ version: '2.1'
services: services:
jenkins-master: jenkins-master:
image: registry.molgenis.org/docker-molgenis-ops-releases/jenkins-master:lts image: jenkinsci/blueocean:latest
ports: ports:
- 8080 - 8080
- 50000 - 50000
@ -22,7 +22,7 @@ services:
retries: 5 retries: 5
jenkins-agent-buildtools: jenkins-agent-buildtools:
image: registry.registry.molgenis.org/docker-molgenis-ops-releases/jenkins-agent-buildtools:lts image: registry.molgenis.org/docker-molgenis-ops-releases/jenkins-agent-buildtools:lts
environment: environment:
- JENKINS_URL=http://localhost:8080 - JENKINS_URL=http://localhost:8080
- JENKINS_SECRET=paradoxa - JENKINS_SECRET=paradoxa