--- # this job gets triggered when a change is proposed to cicd/jjb # the change is verified using jenkins-jobs test command # result will be send to Gerrit in the form of Verified +1 or -1 - project: name: infra-jjb-verify project: infra/cicd stream: - master: branch: '{stream}' ssh-credentials-id: nordixinfra-nordix-gerrit-ssh jobs: - infra-jjb-verify-{stream} - job-template: name: infra-jjb-verify-{stream} node: ubuntu1804 disabled: false concurrent: true parameters: - infra-parameters - project-parameters: project: '{project}' branch: '{branch}' - nordix-gerrit-parameters scm: - git-scm-gerrit: ssh-credentials-id: '{ssh-credentials-id}' branch: '{branch}' refspec: $GERRIT_REFSPEC triggers: - nordix-gerrit-trigger-patchset-created: project: '{project}' branch: '{branch}' files: 'jjb/**' wrappers: - nordixinfra-jjb-creds-wrapper builders: - shell: !include-raw-escape: ./jjb-verify.sh