jjb/ansible: Drop support for Ubuntu bionic
[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 - git:
36 url: git@git.efficios.com:lttng-www.git
37 credentials-id: 63a5abb5-9056-47e2-b419-f5946c1b8f08
38 basedir: ./
39 skip-tag: true
40 branches:
41 - master
42
43 publishers:
44 - archive:
45 artifacts: 'site/**,prod/**'
46 follow-symlinks: true
47 allow-empty: false
48 - ircbot:
49 strategy: statechange-only
50 message-type: summary
51 matrix-notifier: only-parent
52 - email-ext:
53 recipients: 'ci-notification@lists.lttng.org'
54 reply-to: ci-notification@lists.lttng.org
55 always: false
56 unstable: false
57 first-failure: true
58 first-unstable: true
59 not-built: false
60 aborted: false
61 regression: false
62 failure: false
63 second-failure: false
64 improvement: false
65 still-failing: false
66 success: false
67 fixed: false
68 fixed-unhealthy: true
69 still-unstable: false
70 pre-build: false
71 matrix-trigger: only-parent
72 send-to:
73 - recipients
This page took 0.056795 seconds and 4 git commands to generate.