New jenkins service
This commit is contained in:
283
public/svgs/jenkins.svg
Normal file
283
public/svgs/jenkins.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 29 KiB |
15
templates/compose/jenkins.yaml
Normal file
15
templates/compose/jenkins.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# documentation: https://www.jenkins.io/doc/
|
||||
# slogan: Jenkins is an open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
|
||||
# tags: jenkins, automation, open-source
|
||||
# logo: svgs/jenkins.svg
|
||||
# port: 8080
|
||||
|
||||
services:
|
||||
jenkins:
|
||||
image: jenkins/jenkins:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "50000:50000"
|
||||
volumes:
|
||||
- ./jenkins_home:/var/jenkins_home
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Reference in New Issue
Block a user