blob: feb5631faf342e55bc3e6acfd8f94044d02f1fec [file] [log] [blame]
Dean Birche4cbc7c2020-01-20 10:40:21 +00001#-------------------------------------------------------------------------------
2# Copyright (c) 2020, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8- job:
9 name: tf-m-build-docs
10 description: 'Builds documentation'
11 project-type: pipeline
12 disabled: false
13 sandbox: true
14 concurrent: true
15 properties:
16 - build-discarder:
17 days-to-keep: 15
18 num-to-keep: 45
19 parameters:
20 - string:
21 name: 'GERRIT_REFSPEC'
22 default: 'refs/heads/master'
23 description: |
24 For use when triggering with unmerged Gerrit changes.
25 - string:
26 name: 'GERRIT_BRANCH'
27 default: 'master'
28 description: |
29 For use when triggering with unmerged Gerrit changes.
30 - string:
31 name: 'GERRIT_HOST'
32 default: ''
33 description: |
34 For use when triggering with unmerged Gerrit changes.
35 - string:
36 name: 'GERRIT_PATCHSET_REVISION'
37 default: ''
38 description: |
39 For use when triggering with unmerged Gerrit changes.
40 - string:
41 name: 'GERRIT_CHANGE_NUMBER'
42 default: ''
43 description: |
44 For use when triggering with unmerged Gerrit changes.
45 - string:
46 name: 'CI_SCRIPTS_REPO'
47 default: 'https://review.trustedfirmware.org/ci/tf-m-ci-scripts'
48 - string:
49 name: 'CODE_REPO'
50 default: 'https://review.trustedfirmware.org/trusted-firmware-m'
51 - string:
52 name: 'MBEDCRYPTO_VERSION'
53 default: 'mbedcrypto-3.0.1'
54 - string:
55 name: 'MBEDCRYPTO_URL'
56 default: 'https://github.com/ARMmbed/mbed-crypto.git'
57 - string:
58 name: 'CMSIS_VERSION'
59 default: '5.5.0'
60 - string:
61 name: 'CI_SCRIPTS_BRANCH'
62 default: 'master'
63 pipeline-scm:
64 scm:
65 - git:
66 url: '$CI_SCRIPTS_REPO'
67 branches:
68 - '$CI_SCRIPTS_BRANCH'
69 credentials-id: GIT_SSH_KEY
70 wipe-workspace: false
71 script-path: jenkins/build-docs.jpl