blob: 5f79175d3d0496016821e5cf78f49755d5502568 [file] [log] [blame]
robert.tomczyke53f0092019-06-05 12:03:09 +01001- job-template:
2 name: 'onap-{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: 'onap/{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: 'onap/{project}'
44 branch: '{branch}'
45 files: '**'
46
47 wrappers:
48 - build-timeout:
49 timeout: 45
50
51 builders:
52 - shell:
53 !include-raw-escape: ../global/verify-jobs.sh