Testing RANPM-datafilecollector verify Job
[infra/cicd.git] / jjb / oransc / global-templates-oran-nonrtric.yaml
1 - job-template:
2     name: 'oransc-{project-name}-verify'
3     node: oransc-ubuntu2004
4     disabled: false
5     concurrent: true
6
7     properties:
8       - logrotate
9
10     
11     parameters:
12       - nordix-gerrit-parameters
13       - string:
14           name: PROJECT
15           default: 'oransc/{project}'
16           description: JJB configured PROJECT parameter to identify a Nordix Gerrit project
17       - string:
18           name: GERRIT_REFSPEC
19           default: ''
20
21     scm:
22       - git-scm-gerrit:
23           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
24           branch: $GERRIT_BRANCH
25           refspec: $GERRIT_REFSPEC
26           wipe_workspace: true
27           clean_before: false
28
29     triggers:
30       - nordix-gerrit-trigger-patchset-created:
31           project: 'oransc/{project}'
32           branch: '**'
33           files: '**'
34
35     wrappers:
36       - build-timeout:
37           timeout: 45
38
39     builders:
40       - shell:
41           !include-raw-escape: ./verify-jobs-nonrtric.sh