aboutsummaryrefslogtreecommitdiff
path: root/jdk9-email-results.yaml
blob: d57cdfb7d045f574902abd3723069ddd17f7ac2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
- job:
    name: jdk9-email-results
    project-type: freestyle
    defaults: global
    description: |
        * Sends the report.txt file to the aarch64-port-dev mailing list.<br>
        * The text report is copied from the jdk9-generate-text-report job.
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            openjdk-members:
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 10
            artifact-num-to-keep: 5
    disabled: false
    node: master
    display-name: 'OpenJDK 9 - Send e-mail report'
    wrappers:
        - timestamps
    builders:
        - copyartifact:
            project: jdk9-generate-email-report
            filter: 'report.txt'
    publishers:
        - email-ext:
            recipients: 'stuart.monteith@linaro.org, fathi.boudra@linaro.org, aarch64-port-dev@openjdk.java.net'
            subject: 'JTREG, JCStress, SPECjbb2015 and Hadoop/Terasort results for OpenJDK 9 on AArch64'
            content-type: text
            body: |
                ${FILE,path="report.txt"}
            success: true