aboutsummaryrefslogtreecommitdiff
path: root/openjdk8-hadoop-LCA14.yaml
blob: ce7c26ced19e9b3b85ea01bec589df139a48ca61 (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
37
38
39
40
41
42
- job:
    name: openjdk8-hadoop-LCA14
    project-type: freestyle
    defaults: global
    description: |
        * This job assembles the hadoop demo that was put together for LCA14.<br>
        * This job should (eventually) go away and we should build hadoop from source.
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 10
            artifact-num-to-keep: 5
    disabled: false
    node: build
    display-name: 'OpenJDK - Assemble Hadoop demo'
    scm:
        - git:
            url: https://git.linaro.org/people/andrew.mcdermott/openjdk8-hadoop-LCA14.git
            refspec: +refs/heads/master:refs/remotes/origin/master
            name: origin
            branches:
                - refs/heads/master
            basedir: openjdk8-hadoop-LCA14
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
    builders:
        - shell: |
            #!/bin/bash

            rm -rf out
            mkdir out
            tar -cvf out/openjdk8-hadoop-LCA14.tar.gz --exclude=x86_64 openjdk8-hadoop-LCA14
    publishers:
        - archive:
            artifacts: 'out/*.tar.gz'