blob: 270d6b66524a75f5b47653fc79f8be622569a378 (
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
|
---
- project:
name: daily-jjb-doc
jobs:
- daily-jjb-doc-update
- job-template:
name: 'daily-jjb-doc-update'
project-type: freestyle
concurrent: false
node: agl-test-slave
description: "Managed by JJB. Do not Edit. \
<br>Build time graph:<br><img src='buildTimeGraph/png' />"
build-discarder:
days-to-keep: 30
num-to-keep: 40
artifact-days-to-keep: -1
artifact-num-to-keep: 5
triggers:
- timed: '@daily'
wrappers:
- agl-infra-wrappers:
build-timeout: '{build-timeout}'
- ssh-agent-credentials:
users:
- 'jenkins-github-agldocs'
builders:
- shell:
!include-raw-escape: include-doc-update.sh
- shell:
!include-raw-escape: include-doc-upload.sh
- conditional-step:
condition-kind: always
steps:
- shell:
!include-raw-escape:
- ../common/include-agl-get-cost.sh
|