Set up Jenkins jobs for web and mobile tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
jenkins:
|
||||
build: .
|
||||
ports:
|
||||
- "8081:8080"
|
||||
- "50000:50000"
|
||||
environment:
|
||||
- JAVA_OPTS=-Djenkins.install.runSetupWizard=false
|
||||
user: root
|
||||
volumes:
|
||||
- ./jenkins_home:/var/jenkins_home
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user