Update Jenkins Job Builder to version 2.9.1
[infra/cicd.git] / jjb / global / global-templates-java.yaml
1 - job-template:
2     name: '{project-name}-{stream}-verify-java'
3
4     node: onap-ubuntu1604
5
6     disabled: false
7
8     concurrent: true
9
10     properties:
11       - logrotate
12
13     parameters:
14       - project-parameters:
15           project: '{project}'
16           branch: '{branch}'
17       - nordix-gerrit-parameters
18       - string:
19           name: JAVA_HOME
20           default: /usr/lib/jvm/java-1.8.0-openjdk-amd64
21           description: Java home
22       - string:
23           name: MVN_VERSION
24           default: 3.3.9
25           description: Maven version
26       - string:
27           name: MVN_URL
28           default: https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MVN_VERSION/apache-maven-${{MVN_VERSION}}-bin.zip
29           description: URL to download Maven
30       - string:
31           name: MVN
32           default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn
33           description: Path to mvn executable
34
35     scm:
36       - git-scm-gerrit:
37           ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
38           branch: '{branch}'
39           refspec: $GERRIT_REFSPEC
40
41     triggers:
42       - nordix-gerrit-trigger-patchset-created:
43           project: '{project}'
44           branch: '{branch}'
45           files: '**'
46
47     wrappers:
48       - build-timeout:
49           timeout: 45
50
51     builders:
52       - shell:
53           !include-raw-escape: ./verify-jobs.sh