jjb: reduce ircbot verbosity
[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 - ircbot:
39 strategy: statechange-only
40 message-type: summary
41 matrix-notifier: only-parent
42 - email-ext:
43 recipients: 'ci-notification@lists.lttng.org'
44 reply-to: ci-notification@lists.lttng.org
45 always: false
46 unstable: false
47 first-failure: true
48 first-unstable: true
49 not-built: false
50 aborted: false
51 regression: false
52 failure: false
53 second-failure: false
54 improvement: false
55 still-failing: false
56 success: false
57 fixed: false
58 fixed-unhealthy: true
59 still-unstable: false
60 pre-build: false
61 matrix-trigger: only-parent
62 send-to:
63 - recipients
64
65 - scm:
66 name: lttng-www
67 scm:
68 - git:
69 url: git@git.efficios.com:lttng-www.git
70 credentials-id: 63a5abb5-9056-47e2-b419-f5946c1b8f08
71 basedir: ./
72 skip-tag: true
73 branches:
74 - master
75
This page took 0.030927 seconds and 5 git commands to generate.