Commit 4848d21b by amir

change jenkins image

parent 5c006741
Showing with 6 additions and 1 deletions
......@@ -2,14 +2,19 @@ version: '2'
services:
##### Jenkins
jenkins:
image: jenkins
# image: jenkins
image: jenkins-did
ports:
# - "8080:8080"
- "50000:50000"
privileged: true
volumes:
- "/mnt/volume-nyc1-01/jenkins:/var/jenkins_home"
- "/usr/share/gradle:/var/jenkins_home/gradle_home"
- "/usr/lib/jvm/java-8-oracle:/usr/lib/jvm/default-java"
- "/var/run/docker.sock:/var/run/docker.sock"
# - "/usr/bin/docker:/usr/bin/docker"
# - "/usr/lib/x86_64-linux-gnu/libltdl.so.7:/usr/lib/x86_64-linux-gnu/libltdl.so.7"
networks:
- develop
##### archiva
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment