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