blob: a64c76fca3e041330287ea00585c42a9c1e56797 [file] [log] [blame]
classes:
- service.jenkins.support
- service.jenkins.client
- system.jenkins.client.approved_scripts
- system.jenkins.client.plugins
parameters:
_param:
jenkins_client_user: none
jenkins_client_password: none
jenkins_master_host: ${_param:control_vip_address}
jenkins_master_port: 8081
jenkins_aptly_storages: "local"
jenkins_pipelines_branch: "master"
jenkins_offline_deployment: "false"
jenkins:
client:
globalenvprop:
OFFLINE_DEPLOYMENT:
value: ${_param:jenkins_offline_deployment}
master:
host: ${_param:jenkins_master_host}
port: ${_param:jenkins_master_port}
username: ${_param:jenkins_client_user}
password: ${_param:jenkins_client_password}
lib:
pipeline-library:
enabled: true
url: ${_param:jenkins_gerrit_url}/mcp-ci/pipeline-library
credential_id: gerrit
branch: ${_param:jenkins_pipelines_branch}
view:
Mirrors:
enabled: true
type: CategorizedJobsView
include_regex: "git-mirror-.*"
categories:
- group_regex: "git-mirror-2way-.*"
naming_rule: "2way"
- group_regex: "git-mirror-(?!upstream-|2way-).*"
naming_rule: "Downstream"
- group_regex: "git-mirror-upstream-.*"
naming_rule: "Upstream"
Tests:
enabled: true
type: ListView
include_regex: "test-.*"