blob: 633288c2cec19d873f4817c4a08a4a7e922b7424 [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:
Mikhail Ivanov5501d8c2017-05-04 12:45:19 +040025 artifactory: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020026 blueocean: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010027 build-blocker-plugin: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010028 build-monitor-plugin: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020029 build-timeout: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010030 build-user-vars-plugin: {}
31 categorized-view: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020032 copyartifact: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010033 description-setter: {}
34 discard-old-build: {}
35 docker-workflow: {}
Jakub Josefbcd11b92017-04-27 18:51:10 +020036 email-ext: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020037 envinject: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010038 extended-choice-parameter: {}
Jakub Josef7b6aaee2017-04-13 14:31:51 +020039 extensible-choice-parameter: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010040 gerrit-trigger: {}
Filip Pytlounaf7a5ed2017-03-16 16:10:58 +010041 git: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020042 github: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010043 heavy-job: {}
Kirill Mashchenkoa55aec52017-10-16 15:05:40 +030044 jobConfigHistory: {}
Kirill Mashchenkob5dbca32017-11-15 12:13:00 +030045 jira: {}
Filip Pytloun0a8e0fe2017-03-27 14:59:17 +020046 ldap: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020047 lockable-resources: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010048 matrix-auth: {}
49 monitoring: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020050 multiple-scms: {}
Oleksii Zhurbaf10a3852018-04-20 21:55:34 -050051 performance: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020052 permissive-script-security: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010053 pipeline-utility-steps: {}
Oleksii Zhurbae729cf72018-06-13 11:29:46 -050054 plot: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020055 prometheus: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010056 rebuild: {}
57 simple-theme-plugin: {}
58 slack: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020059 ssh-agent: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010060 test-stability: {}
Alexander Evseeve854ff22018-06-01 13:00:24 +020061 throttle-concurrents: {}
Filip Pytlounc964e6e2017-03-15 18:59:43 +010062 workflow-cps: {}
63 workflow-remote-loader: {}
Filip Pytloun4b8fa1b2017-03-16 14:44:05 +010064 workflow-scm-step:
65 restart: true
Filip Pytloun1aad7922017-03-16 14:42:03 +010066 lib:
67 pipeline-library:
68 enabled: true
69 url: ${_param:jenkins_gerrit_url}/mcp-ci/pipeline-library
70 credential_id: gerrit
Richard Felkl716b1b52018-06-06 15:40:02 +020071 branch: ${_param:jenkins_pipelines_branch}
Jakub Josef9ab31442017-04-05 14:02:59 +020072 view:
73 Mirrors:
74 enabled: true
75 type: CategorizedJobsView
76 include_regex: "git-mirror-.*"
77 categories:
78 - group_regex: "git-mirror-2way-.*"
79 naming_rule: "2way"
80 - group_regex: "git-mirror-(?!upstream-|2way-).*"
81 naming_rule: "Downstream"
82 - group_regex: "git-mirror-upstream-.*"
83 naming_rule: "Upstream"
84 Tests:
85 enabled: true
86 type: ListView
87 include_regex: "test-.*"