moved jenkins to community catalog
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
swarm-clients:
|
||||
image: "rancher/jenkins-swarm:v0.2.0"
|
||||
user: "${user}"
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label_soft: ci=worker
|
||||
io.rancher.container.hostname_override: container_name
|
||||
external_links:
|
||||
- "${jenkins_service}:jenkins-primary"
|
||||
environment:
|
||||
JENKINS_PASS: "${jenkins_pass}"
|
||||
JENKINS_USER: "${jenkins_user}"
|
||||
SWARM_EXECUTORS: "${swarm_executors}"
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- '/var/jenkins_home/workspace:/var/jenkins_home/workspace'
|
||||
- '/tmp:/tmp'
|
||||
Reference in New Issue
Block a user