| --- |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| name: jenkins-mendel-linux-casc |
| data: |
| 1-config-as-code.yaml: | |
| credentials: |
| system: |
| domainCredentials: |
| - credentials: |
| - googleRobotMetadata: |
| projectId: "mendel-linux-cloud-infra" |
| unclassified: |
| globalLibraries: |
| libraries: |
| - name: functions |
| defaultVersion: master |
| retriever: |
| modernSCM: |
| scm: |
| git: |
| remote: https://coral.googlesource.com/gke-jenkins |
| # The jenkins: stanza must be the last one in this list for credentials to work! |
| jenkins: |
| views: |
| - all: |
| name: "all" |
| - list: |
| columns: |
| - "status" |
| - "weather" |
| - "jobName" |
| - "lastSuccess" |
| - "lastFailure" |
| - "lastDuration" |
| - "buildButton" |
| description: "All Core Packages" |
| includeRegex: "^core.*" |
| name: "core" |
| - list: |
| columns: |
| - "status" |
| - "weather" |
| - "jobName" |
| - "lastSuccess" |
| - "lastFailure" |
| - "lastDuration" |
| - "buildButton" |
| description: "All Enterprise Packages" |
| includeRegex: "^enterprise.*" |
| name: "enterprise" |