Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 1 | --- |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 2 | # omec-ci jobs |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 3 | # Uses github pull request builder to trigger and Jenkinsfiles from this repo |
| 4 | # https://github.com/omec-project/omec-project-ci |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 5 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 6 | # generic OMEC test-case jobs, shared by other projects and triggered within pipelines |
| 7 | - project: |
| 8 | name: omec |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 9 | build-node: 'intel-102' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 10 | |
| 11 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 12 | github_pr_org_list: |
| 13 | - 'omec-project' |
| 14 | |
| 15 | jobs: |
| 16 | - 'omec-tc1' |
| 17 | - 'omec-tc2' |
| 18 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 19 | # for ngic-rtc |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 20 | - project: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 21 | name: ngic-rtc |
| 22 | project: '{name}' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 23 | |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 24 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 25 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 26 | github-organization: 'omec-project' |
| 27 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 28 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 29 | github_pr_org_list: |
| 30 | - 'omec-project' |
| 31 | |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 32 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 33 | - 'omec-combined': |
| 34 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
| 35 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 36 | sub-project: '{name}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 37 | pipeline-file: 'Jenkinsfile-omec-install-ngic-rtc-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 38 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 39 | pipeline-file: 'omec-fossa-scan.groovy' |
| 40 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 41 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 42 | pipeline-file: 'omec-reuse-scan.groovy' |
| 43 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 44 | - 'docker-publish-github': |
| 45 | build-timeout: 30 |
| 46 | docker-repo: 'omecproject' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 47 | |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 48 | # for c3po |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 49 | - project: |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 50 | name: c3po |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 51 | project: '{name}' |
| 52 | |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 53 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 54 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 55 | github-organization: 'omec-project' |
| 56 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 57 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 58 | github_pr_org_list: |
| 59 | - 'omec-project' |
| 60 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 61 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 62 | - 'omec-combined': |
| 63 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
| 64 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 65 | sub-project: 'c3po-sgx' |
Zack Williams | 6202145 | 2019-04-15 13:23:46 -0700 | [diff] [blame] | 66 | pipeline-file: 'Jenkinsfile-omec-install-c3po-sgx-vnf.groovy' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 67 | - 'omec-install': |
| 68 | sub-project: 'c3po-hss' |
| 69 | pipeline-file: 'Jenkinsfile-omec-install-c3po-hss-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 70 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 71 | pipeline-file: 'omec-fossa-scan.groovy' |
| 72 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 73 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 74 | pipeline-file: 'omec-reuse-scan.groovy' |
| 75 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 76 | - 'docker-publish-github': |
| 77 | build-timeout: 30 |
| 78 | docker-repo: 'omecproject' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 79 | |
| 80 | # for openmme |
| 81 | - project: |
| 82 | name: openmme |
| 83 | project: '{name}' |
| 84 | |
Zack Williams | df7f9d3 | 2019-11-05 07:40:20 -0700 | [diff] [blame] | 85 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 86 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 87 | github-organization: 'omec-project' |
| 88 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 89 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 90 | github_pr_org_list: |
| 91 | - 'omec-project' |
| 92 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 93 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 94 | - 'omec-combined': |
| 95 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
| 96 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 97 | sub-project: '{name}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 98 | pipeline-file: 'Jenkinsfile-omec-install-openmme-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 99 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 100 | pipeline-file: 'omec-fossa-scan.groovy' |
| 101 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 102 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 103 | pipeline-file: 'omec-reuse-scan.groovy' |
| 104 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 105 | - 'docker-publish-github': |
| 106 | build-timeout: 30 |
| 107 | docker-repo: 'omecproject' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 108 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 109 | # Combined pipeline |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 110 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 111 | id: 'omec-combined' |
| 112 | name: 'omec_{project}_combined' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 113 | project-type: pipeline |
| 114 | |
| 115 | description: | |
| 116 | <!-- Managed by Jenkins Job Builder --> |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 117 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 118 | |
| 119 | properties: |
| 120 | - cord-infra-properties: |
| 121 | build-days-to-keep: '{build-days-to-keep}' |
| 122 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 123 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 124 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 125 | - build-blocker: |
| 126 | use-build-blocker: true |
| 127 | blocking-jobs: |
Zack Williams | 6af01fe | 2019-03-15 11:08:53 -0700 | [diff] [blame] | 128 | - "omec_.*_combined" |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 129 | |
| 130 | wrappers: |
| 131 | - lf-infra-wrappers: |
| 132 | build-timeout: '{build-timeout}' |
| 133 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 134 | |
| 135 | parameters: |
| 136 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 137 | name: buildNode |
| 138 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 139 | description: 'Name of the Jenkins executor node to run the job on' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 140 | |
| 141 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 142 | name: project |
| 143 | default: '{project}' |
| 144 | description: 'Name of the project' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 145 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 146 | triggers: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 147 | - cord-infra-github-pr-trigger: |
| 148 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 149 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 150 | status_context: 'CORD Jenkins - Combined Steps Verification' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 151 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 152 | concurrent: false |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 153 | |
| 154 | pipeline-scm: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 155 | script-path: '{pipeline-file}' |
| 156 | scm: |
| 157 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 158 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 159 | branches: |
| 160 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 161 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 162 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 163 | # install jobs, run for each project |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 164 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 165 | id: 'omec-install' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 166 | name: 'omec_{sub-project}_install' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 167 | project-type: pipeline |
| 168 | |
| 169 | description: | |
| 170 | <!-- Managed by Jenkins Job Builder --> |
| 171 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 172 | |
| 173 | properties: |
| 174 | - cord-infra-properties: |
| 175 | build-days-to-keep: '{build-days-to-keep}' |
| 176 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 177 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 178 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 179 | |
| 180 | wrappers: |
| 181 | - lf-infra-wrappers: |
| 182 | build-timeout: '{build-timeout}' |
| 183 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 184 | |
| 185 | parameters: |
| 186 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 187 | name: buildNode |
| 188 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 189 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 190 | |
| 191 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 192 | name: project |
| 193 | default: '{project}' |
| 194 | description: 'Name of the project' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 195 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 196 | concurrent: false |
| 197 | |
| 198 | pipeline-scm: |
| 199 | script-path: '{pipeline-file}' |
| 200 | scm: |
| 201 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 202 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 203 | branches: |
| 204 | - 'master' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 205 | |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 206 | # FOSSA License Scan |
| 207 | - job-template: |
| 208 | id: 'omec-fossa' |
| 209 | name: 'omec_{project}_fossa' |
| 210 | project-type: pipeline |
| 211 | |
| 212 | description: | |
| 213 | <!-- Managed by Jenkins Job Builder --> |
| 214 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 215 | |
| 216 | properties: |
| 217 | - cord-infra-properties: |
| 218 | build-days-to-keep: '{build-days-to-keep}' |
| 219 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 220 | - github: |
| 221 | url: 'https://github.com/{github-organization}/{project}' |
| 222 | |
| 223 | wrappers: |
| 224 | - lf-infra-wrappers: |
| 225 | build-timeout: '{build-timeout}' |
| 226 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 227 | |
| 228 | parameters: |
| 229 | - string: |
| 230 | name: buildNode |
| 231 | default: '{build-node}' |
| 232 | description: 'Name of the Jenkins executor node to run the job on' |
| 233 | |
| 234 | - string: |
| 235 | name: project |
| 236 | default: '{project}' |
| 237 | description: 'Name of the project' |
| 238 | |
| 239 | triggers: |
| 240 | - cord-infra-github-pr-trigger: |
| 241 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 242 | github_pr_auth_id: '{github_pr_auth_id}' |
| 243 | status_context: 'CORD Jenkins - FOSSA Verification' |
| 244 | |
| 245 | concurrent: false |
| 246 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 247 | project-type: pipeline |
| 248 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 249 | |
| 250 | # REUSE License Scan |
| 251 | - job-template: |
| 252 | id: 'omec-reuse' |
| 253 | name: 'omec_{project}_reuse' |
| 254 | project-type: pipeline |
| 255 | |
| 256 | description: | |
| 257 | <!-- Managed by Jenkins Job Builder --> |
| 258 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 259 | |
| 260 | properties: |
| 261 | - cord-infra-properties: |
| 262 | build-days-to-keep: '{build-days-to-keep}' |
| 263 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 264 | - github: |
| 265 | url: 'https://github.com/{github-organization}/{project}' |
| 266 | |
| 267 | wrappers: |
| 268 | - lf-infra-wrappers: |
| 269 | build-timeout: '{build-timeout}' |
| 270 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 271 | |
| 272 | parameters: |
| 273 | - string: |
| 274 | name: buildNode |
| 275 | default: '{build-node}' |
| 276 | description: 'Name of the Jenkins executor node to run the job on' |
| 277 | |
| 278 | - string: |
| 279 | name: project |
| 280 | default: '{project}' |
| 281 | description: 'Name of the project' |
| 282 | |
| 283 | triggers: |
| 284 | - cord-infra-github-pr-trigger: |
| 285 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 286 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 287 | status_context: 'CORD Jenkins - Licenses Verification' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 288 | |
| 289 | concurrent: false |
| 290 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 291 | project-type: pipeline |
| 292 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 293 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 294 | # tests |
| 295 | - job-template: |
| 296 | id: 'omec-tc1' |
| 297 | name: 'omec_tc1' |
| 298 | project-type: pipeline |
| 299 | |
| 300 | description: | |
| 301 | <!-- Managed by Jenkins Job Builder --> |
| 302 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 303 | |
| 304 | properties: |
| 305 | - cord-infra-properties: |
| 306 | build-days-to-keep: '{build-days-to-keep}' |
| 307 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 308 | |
| 309 | wrappers: |
| 310 | - lf-infra-wrappers: |
| 311 | build-timeout: '{build-timeout}' |
| 312 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 313 | |
| 314 | parameters: |
| 315 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 316 | name: buildNode |
| 317 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 318 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 319 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 320 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 321 | |
| 322 | pipeline-scm: |
| 323 | script-path: 'Jenkinsfile-omec-test-TC1.groovy' |
| 324 | scm: |
| 325 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 326 | url: 'https://github.com/omec-project/omec-project-ci' |
| 327 | branches: |
| 328 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 329 | |
| 330 | - job-template: |
| 331 | id: 'omec-tc2' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 332 | name: 'omec_tc2' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 333 | project-type: pipeline |
| 334 | |
| 335 | description: | |
| 336 | <!-- Managed by Jenkins Job Builder --> |
| 337 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 338 | |
| 339 | properties: |
| 340 | - cord-infra-properties: |
| 341 | build-days-to-keep: '{build-days-to-keep}' |
| 342 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 343 | |
| 344 | wrappers: |
| 345 | - lf-infra-wrappers: |
| 346 | build-timeout: '{build-timeout}' |
| 347 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 348 | |
| 349 | parameters: |
| 350 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 351 | name: buildNode |
| 352 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 353 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 354 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 355 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 356 | |
| 357 | pipeline-scm: |
| 358 | script-path: 'Jenkinsfile-omec-test-TC2.groovy' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 359 | scm: |
| 360 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 361 | url: 'https://github.com/omec-project/omec-project-ci' |
| 362 | branches: |
| 363 | - 'master' |