blob: c1d600c7324b74030a92e7bd0443d97795234736 [file] [log] [blame]
Filip Pytloun3a1e3d32017-02-23 15:02:54 +01001classes:
2 - service.jenkins.support
3 - service.jenkins.client
Filip Pytloun6d420e62017-03-23 16:35:19 +01004 - system.jenkins.client.approved_scripts
Filip Pytloun3a1e3d32017-02-23 15:02:54 +01005parameters:
Filip Pytloun3290c582017-03-09 11:17:33 +01006 _param:
7 jenkins_client_user: none
8 jenkins_client_password: none
9 jenkins_master_host: ${_param:control_vip_address}
10 jenkins_master_port: 8081
chnyda4ca05b72017-12-06 13:36:11 +010011 jenkins_aptly_storages: "local"
Jakub Josef7938b532017-12-12 18:02:03 +010012 jenkins_pipelines_branch: "master"
Filip Pytloun3a1e3d32017-02-23 15:02:54 +010013 jenkins:
14 client:
15 master:
Filip Pytloun3290c582017-03-09 11:17:33 +010016 host: ${_param:jenkins_master_host}
17 port: ${_param:jenkins_master_port}
Filip Pytloun97f8a552017-06-16 10:36:51 +020018 username: ${_param:jenkins_client_user}
Filip Pytloun3290c582017-03-09 11:17:33 +010019 password: ${_param:jenkins_client_password}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010020 plugin:
Mikhail Ivanov5501d8c2017-05-04 12:45:19 +040021 artifactory: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020022 blueocean: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010023 build-blocker-plugin: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010024 build-monitor-plugin: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020025 build-timeout: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010026 build-user-vars-plugin: {}
27 categorized-view: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020028 copyartifact: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010029 description-setter: {}
30 discard-old-build: {}
31 docker-workflow: {}
Jakub Josefbcd11b92017-04-27 18:51:10 +020032 email-ext: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020033 envinject: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010034 extended-choice-parameter: {}
Jakub Josef7b6aaee2017-04-13 14:31:51 +020035 extensible-choice-parameter: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010036 gerrit-trigger: {}
Filip Pytlounaf7a5ed2017-03-16 16:10:58 +010037 git: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020038 github: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010039 heavy-job: {}
Kirill Mashchenkoa55aec52017-10-16 15:05:40 +030040 jobConfigHistory: {}
Kirill Mashchenkob5dbca32017-11-15 12:13:00 +030041 jira: {}
Filip Pytloun0a8e0fe2017-03-27 14:59:17 +020042 ldap: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020043 lockable-resources: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010044 matrix-auth: {}
45 monitoring: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020046 multiple-scms: {}
Oleksii Zhurbaf10a3852018-04-20 21:55:34 -050047 performance: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020048 permissive-script-security: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010049 pipeline-utility-steps: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020050 prometheus: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010051 rebuild: {}
52 simple-theme-plugin: {}
53 slack: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020054 ssh-agent: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010055 test-stability: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020056 throttle-concurrents: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010057 workflow-cps: {}
58 workflow-remote-loader: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010059 workflow-scm-step:
60 restart: true
Filip Pytloun1aad7922017-03-16 14:42:03 +010061 lib:
62 pipeline-library:
63 enabled: true
64 url: ${_param:jenkins_gerrit_url}/mcp-ci/pipeline-library
65 credential_id: gerrit
Jakub Josef9ab31442017-04-05 14:02:59 +020066 view:
67 Mirrors:
68 enabled: true
69 type: CategorizedJobsView
70 include_regex: "git-mirror-.*"
71 categories:
72 - group_regex: "git-mirror-2way-.*"
73 naming_rule: "2way"
74 - group_regex: "git-mirror-(?!upstream-|2way-).*"
75 naming_rule: "Downstream"
76 - group_regex: "git-mirror-upstream-.*"
77 naming_rule: "Upstream"
78 Tests:
79 enabled: true
80 type: ListView
81 include_regex: "test-.*"