blob: 409b3f3e99ab3e4cb3003dfdb3711e2ccd89190a [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"
Richard Felkl716b1b52018-06-06 15:40:02 +020013 jenkins_offline_deployment: "false"
Filip Pytloun3a1e3d32017-02-23 15:02:54 +010014 jenkins:
15 client:
Richard Felkl716b1b52018-06-06 15:40:02 +020016 globalenvprop:
17 OFFLINE_DEPLOYMENT:
18 value: ${_param:jenkins_offline_deployment}
Filip Pytloun3a1e3d32017-02-23 15:02:54 +010019 master:
Filip Pytloun3290c582017-03-09 11:17:33 +010020 host: ${_param:jenkins_master_host}
21 port: ${_param:jenkins_master_port}
Filip Pytloun97f8a552017-06-16 10:36:51 +020022 username: ${_param:jenkins_client_user}
Filip Pytloun3290c582017-03-09 11:17:33 +010023 password: ${_param:jenkins_client_password}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010024 plugin:
Alexander Evseeva786dc92018-07-09 11:07:30 +020025 antisamy-markup-formatter: {}
Mikhail Ivanov5501d8c2017-05-04 12:45:19 +040026 artifactory: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020027 blueocean: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010028 build-blocker-plugin: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010029 build-monitor-plugin: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020030 build-timeout: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010031 build-user-vars-plugin: {}
32 categorized-view: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020033 copyartifact: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010034 description-setter: {}
35 discard-old-build: {}
36 docker-workflow: {}
Jakub Josefbcd11b92017-04-27 18:51:10 +020037 email-ext: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020038 envinject: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010039 extended-choice-parameter: {}
Jakub Josef7b6aaee2017-04-13 14:31:51 +020040 extensible-choice-parameter: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010041 gerrit-trigger: {}
Filip Pytlounaf7a5ed2017-03-16 16:10:58 +010042 git: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020043 github: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010044 heavy-job: {}
Kirill Mashchenkoa55aec52017-10-16 15:05:40 +030045 jobConfigHistory: {}
Kirill Mashchenkob5dbca32017-11-15 12:13:00 +030046 jira: {}
Filip Pytloun0a8e0fe2017-03-27 14:59:17 +020047 ldap: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020048 lockable-resources: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010049 matrix-auth: {}
50 monitoring: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020051 multiple-scms: {}
Oleksii Zhurbaf10a3852018-04-20 21:55:34 -050052 performance: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020053 permissive-script-security: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010054 pipeline-utility-steps: {}
Oleksii Zhurbae729cf72018-06-13 11:29:46 -050055 plot: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020056 prometheus: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010057 rebuild: {}
58 simple-theme-plugin: {}
59 slack: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020060 ssh-agent: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010061 test-stability: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020062 throttle-concurrents: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010063 workflow-cps: {}
64 workflow-remote-loader: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010065 workflow-scm-step:
66 restart: true
Filip Pytloun1aad7922017-03-16 14:42:03 +010067 lib:
68 pipeline-library:
69 enabled: true
70 url: ${_param:jenkins_gerrit_url}/mcp-ci/pipeline-library
71 credential_id: gerrit
Richard Felkl716b1b52018-06-06 15:40:02 +020072 branch: ${_param:jenkins_pipelines_branch}
Jakub Josef9ab31442017-04-05 14:02:59 +020073 view:
74 Mirrors:
75 enabled: true
76 type: CategorizedJobsView
77 include_regex: "git-mirror-.*"
78 categories:
79 - group_regex: "git-mirror-2way-.*"
80 naming_rule: "2way"
81 - group_regex: "git-mirror-(?!upstream-|2way-).*"
82 naming_rule: "Downstream"
83 - group_regex: "git-mirror-upstream-.*"
84 naming_rule: "Upstream"
85 Tests:
86 enabled: true
87 type: ListView
88 include_regex: "test-.*"