Filip Pytloun | e7d4f86 | 2017-08-04 13:11:51 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.docker |
Filip Pytloun | 7d6144a | 2017-04-13 13:36:45 +0200 | [diff] [blame] | 3 | parameters: |
| 4 | _param: |
Jakub Josef | c498e48 | 2017-11-08 14:15:26 +0100 | [diff] [blame] | 5 | docker_image_jenkins: tcpcloud/jenkins:2.89 |
Jakub Josef | 0c875c7 | 2017-07-26 23:52:51 +0200 | [diff] [blame] | 6 | jenkins_master_extra_opts: "" |
| 7 | jenkins_master_executors_num: 4 |
Dennis Dmitriev | ad737d9 | 2017-09-19 22:45:23 +0300 | [diff] [blame] | 8 | jenkins_master_max_concurent_requests: 40 |
Filip Pytloun | 7d6144a | 2017-04-13 13:36:45 +0200 | [diff] [blame] | 9 | docker: |
| 10 | client: |
| 11 | stack: |
| 12 | jenkins: |
Filip Pytloun | 7d6144a | 2017-04-13 13:36:45 +0200 | [diff] [blame] | 13 | service: |
| 14 | master: |
Filip Pytloun | 6964508 | 2017-06-01 17:13:01 +0200 | [diff] [blame] | 15 | environment: |
Jakub Josef | 9b20fc0 | 2017-09-04 19:10:50 +0200 | [diff] [blame] | 16 | JENKINS_HOME: /var/jenkins_home |
Filip Pytloun | a1899dc | 2017-07-28 01:13:02 +0200 | [diff] [blame] | 17 | JAVA_OPTS: " -server -XX:+AlwaysPreTouch -Xloggc:$JENKINS_HOME/gc-%t.log -XX:NumberOfGCLogFiles=5 -XX:+UseGCLogFileRotation -XX:GCLogFileSize=20m -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintHeapAtGC -XX:+PrintGCCause -XX:+PrintTenuringDistribution -XX:+PrintReferenceGC -XX:+PrintAdaptiveSizePolicy -XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:+UnlockDiagnosticVMOptions -XX:G1SummarizeRSetStatsPeriod=1 -Djenkins.install.runSetupWizard=false -Dhudson.DNSMultiCast.disabled=true -Dhudson.udp=-1 -Dhudson.footerURL=https://www.mirantis.com ${_param:jenkins_master_extra_opts}" |
Jakub Josef | 0c875c7 | 2017-07-26 23:52:51 +0200 | [diff] [blame] | 18 | JENKINS_NUM_EXECUTORS: ${_param:jenkins_master_executors_num} |
Dennis Dmitriev | ad737d9 | 2017-09-19 22:45:23 +0300 | [diff] [blame] | 19 | JENKINS_OPTS: " --handlerCountMax=${_param:jenkins_master_max_concurent_requests}" |
Filip Pytloun | e7d4f86 | 2017-08-04 13:11:51 +0200 | [diff] [blame] | 20 | https_proxy: ${_param:docker_https_proxy} |
| 21 | http_proxy: ${_param:docker_http_proxy} |
| 22 | no_proxy: ${_param:docker_no_proxy} |
Filip Pytloun | 7d6144a | 2017-04-13 13:36:45 +0200 | [diff] [blame] | 23 | deploy: |
| 24 | restart_policy: |
| 25 | condition: any |
| 26 | image: ${_param:docker_image_jenkins} |
| 27 | ports: |
| 28 | - 18081:8080 |
| 29 | - 50001:50000 |
| 30 | volumes: |
| 31 | - /srv/volumes/jenkins:/var/jenkins_home |
| 32 | - /etc/ssl/certs/java/cacerts:/etc/ssl/certs/java/cacerts:ro |