| --- |
| # MCORD 6.0 Build+Test job on Single-Node |
| |
| - project: |
| name: mcord-build |
| |
| project-name: '{name}' |
| |
| jobs: |
| - 'mcord_build_test' |
| |
| - job-template: |
| id: mcord_build_test |
| name: 'mcord_build_test' |
| description: | |
| Created by {id} job-template from ci-management/jjb/mcord-build.yaml |
| |
| properties: |
| - cord-infra-properties: |
| build-days-to-keep: '{build-days-to-keep}' |
| artifact-num-to-keep: '{artifact-num-to-keep}' |
| |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| |
| |
| parameters: |
| - string: |
| name: branch |
| default: 'master' |
| description: 'Branch to pull' |
| |
| - string: |
| name: configRepoUrl |
| default: 'https://gerrit.opencord.org/pod-configs' |
| description: 'The URL of the POD configs repository' |
| |
| - string: |
| name: configRepoBaseDir |
| default: 'pod-configs/' |
| description: 'The directory inside the POD configs repository' |
| |
| - string: |
| name: configRepoFile |
| default: 'kubernetes-configs/flex-ocp-mcord.yml' |
| description: 'The deployment config file' |
| |
| - string: |
| name: executorNode |
| default: 'qa-testvm-pod2' |
| description: 'Name of the Jenkins node to run the job on' |
| |
| - string: |
| name: notificationEmail |
| default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| description: 'List of email recipients' |
| |
| project-type: pipeline |
| concurrent: false |
| |
| dsl: !include-raw-escape: ../pipeline/mcord-build-test.groovy |
| |
| triggers: |
| - timed: | |
| TZ=America/Los_Angeles |
| H 6 * * * |