blob: 707f3983632ea3b88cceb99577953ab77d73bdda [file] [log] [blame]
Fatih Degirmenci477ca0f2019-03-27 09:40:03 +01001- job-template:
2 name: 'acumos-{project-name}-{stream}-verify-java'
3
4 node: acumos-ubuntu1604
5
6 disabled: false
7
8 concurrent: true
9
10 properties:
11 - logrotate
12
13 parameters:
14 - project-parameters:
15 project: 'acumos/{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
robert.tomczyk7e507872019-06-18 17:20:26 +010040 wipe_workspace: true
41 clean_before: false
Fatih Degirmenci477ca0f2019-03-27 09:40:03 +010042
43 triggers:
44 - nordix-gerrit-trigger-patchset-created:
45 project: 'acumos/{project}'
46 branch: '{branch}'
47 files: '**'
Fatih Degirmenci477ca0f2019-03-27 09:40:03 +010048
49 wrappers:
50 - build-timeout:
51 timeout: 45
52
53 builders:
54 - shell:
55 !include-raw-escape: ./verify-jobs.sh