aboutsummaryrefslogtreecommitdiff
path: root/ostree-publish-ota.yaml
blob: c5171dd20c0c5c2e3edb25b4fb3a23280162f6d8 (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
- job:
    name: ostree-publish-ota
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-read
                - job-configure
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
            artifact-num-to-keep: 1
    parameters:
        - string:
            name: BUILD_URL
            default: ''
    disabled: false
    node: docker-stretch-ota
    display-name: 'Publish ostree to an OTA server'
    wrappers:
        - timeout:
            timeout: 180
        - timestamps
        - credentials-binding:
            - zip-file:
                credential-id: OTA_PACKED_CREDENTIALS
                variable: CREDENTIALS
    builders:
        - shell:
            !include-raw: osf-linux-microplatform/publish-ota.sh