Cleanup: whitespace
[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
22 triggers:
23 - timed: '@daily'
24 builders:
25 - shell:
26 !include-raw: scripts/lttng-www/deploy.sh
27
28 scm:
29 - lttng-www
30
31 publishers:
32 - email-ext:
33 recipients: 'ci-notification@lists.lttng.org'
34 reply-to: ci-notification@lists.lttng.org
35 always: false
36 unstable: false
37 first-failure: true
38 first-unstable: true
39 not-built: false
40 aborted: false
41 regression: false
42 failure: false
43 second-failure: false
44 improvement: false
45 still-failing: false
46 success: false
47 fixed: false
48 fixed-unhealthy: true
49 still-unstable: false
50 pre-build: false
51 matrix-trigger: only-parent
52 send-to:
53 - recipients
54
55 - scm:
56 name: lttng-www
57 scm:
58 - git:
59 url: git@git.efficios.com:lttng-www.git
60 credentials-id: 63a5abb5-9056-47e2-b419-f5946c1b8f08
61 basedir: ./
62 skip-tag: true
63 branches:
64 - master
65
This page took 0.037732 seconds and 5 git commands to generate.