blob: 80724b1d30ed3db8643d726bc1d87bdb8747fcee [file] [log] [blame]
classes:
- service.jenkins.support
- service.jenkins.client
- system.jenkins.client.approved_scripts
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}
plugin:
artifactory: {}
blueocean: {}
build-blocker-plugin: {}
build-monitor-plugin: {}
build-timeout: {}
build-user-vars-plugin: {}
categorized-view: {}
copyartifact: {}
description-setter: {}
discard-old-build: {}
docker-workflow: {}
email-ext: {}
envinject: {}
extended-choice-parameter: {}
extensible-choice-parameter: {}
gerrit-trigger: {}
git: {}
github: {}
heavy-job: {}
jobConfigHistory: {}
jira: {}
ldap: {}
lockable-resources: {}
matrix-auth: {}
monitoring: {}
multiple-scms: {}
performance: {}
permissive-script-security: {}
pipeline-utility-steps: {}
prometheus: {}
rebuild: {}
simple-theme-plugin: {}
slack: {}
ssh-agent: {}
test-stability: {}
throttle-concurrents: {}
workflow-cps: {}
workflow-remote-loader: {}
workflow-scm-step:
restart: true
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-.*"