jjb: lttng-www: only keep 5 builds
[lttng-ci.git] / jobs / lttng-www.yaml
1 - job:
2 name: lttng-www
3 project-type: freestyle
4 defaults: global
5 node: amd64-rootnode
6
7 description: |
8 This job is responsible for updating the lttng website.
9
10 <p>Job is managed by Jenkins Job Builder.</p>
11
12 wrappers:
13 - ansicolor
14 - timestamps
15 - credentials-binding:
16 - ssh-user-private-key:
17 credential-id: 63a5abb5-9056-47e2-b419-f5946c1b8f08
18 key-file-variable: KEY_FILE_VARIABLE
19 username-variable: USER_NAME_VARIABLE
20 passphrase-variable: PASSPHRASE_VARIABLE
21 - file:
22 credential-id: d023f830-9ab0-409f-b977-8cd0e1944dd5
23 variable: HOST_PUBLIC_KEYS
24 properties:
25 - build-discarder:
26 num-to-keep: 5
27
28 triggers:
29 - timed: '@daily'
30 builders:
31 - shell:
32 !include-raw: scripts/lttng-www/deploy.sh
33
34 scm:
35 - lttng-www
36
37 publishers:
38 - email-ext:
39 recipients: 'ci-notification@lists.lttng.org'
40 reply-to: ci-notification@lists.lttng.org
41 always: false
42 unstable: false
43 first-failure: true
44 first-unstable: true
45 not-built: false
46 aborted: false
47 regression: false
48 failure: false
49 second-failure: false
50 improvement: false
51 still-failing: false
52 success: false
53 fixed: false
54 fixed-unhealthy: true
55 still-unstable: false
56 pre-build: false
57 matrix-trigger: only-parent
58 send-to:
59 - recipients
60
61 - scm:
62 name: lttng-www
63 scm:
64 - git:
65 url: git@git.efficios.com:lttng-www.git
66 credentials-id: 63a5abb5-9056-47e2-b419-f5946c1b8f08
67 basedir: ./
68 skip-tag: true
69 branches:
70 - master
71
This page took 0.041104 seconds and 5 git commands to generate.