| --- |
| jenkins: |
| agentProtocols: |
| - "JNLP4-connect" |
| - "Ping" |
| crumbIssuer: |
| standard: |
| excludeClientIPFromCrumb: true |
| markupFormatter: |
| rawHtml: |
| disableSyntaxHighlighting: false |
| mode: EXCLUSIVE |
| numExecutors: 1 |
| quietPeriod: 5 |
| scmCheckoutRetryCount: 0 |
| slaveAgentPort: 50000 |
| remotingSecurity: |
| enabled: true |
| primaryView: |
| list: |
| columns: |
| - "status" |
| - "weather" |
| - "jobName" |
| - "lastSuccess" |
| - "lastFailure" |
| - "lastDuration" |
| - "buildButton" |
| jobFilters: |
| - buildStatusFilter: |
| building: true |
| inBuildQueue: false |
| includeExcludeTypeString: "includeMatched" |
| neverBuilt: false |
| name: "Running" |
| globalNodeProperties: |
| - envVars: |
| env: |
| - key: K8S_CLUSTER |
| value: 'k8s-infra' |
| - key: GIT_AUTHOR_NAME |
| value: 'Sandbox CI' |
| - key: GIT_AUTHOR_EMAIL |
| value: 'infra@sandbox.mirantis.net' |
| - key: GIT_COMMITTER_NAME |
| value: 'Sandbox CI' |
| - key: GIT_COMMITTER_EMAIL |
| value: 'infra@sandbox.mirantis.net' |
| |
| security: |
| apiToken: |
| usageStatisticsEnabled: false |
| globalJobDslSecurityConfiguration: |
| useScriptSecurity: true |
| copyartifact: |
| mode: PRODUCTION |
| |
| groovy: |
| - file: /var/jenkins_home/casc/scripted.groovy |
| |
| unclassified: |
| # usageStatistics: false # JENKINS-54662 |
| globalDefaultFlowDurabilityLevel: |
| durabilityHint: PERFORMANCE_OPTIMIZED |
| location: |
| adminAddress: "Sandbox CI <infra@sandbox.mirantis.net>" |
| url: "https://jenkins.sandbox.mirantis.net/" |