jjb: efficios-www: move to deb12 builders
[lttng-ci.git] / jobs / efficios-www.yaml
CommitLineData
5b461c35
KS
1- job:
2 name: efficios-www
3 project-type: freestyle
4 defaults: global
8fa2f091 5 node: amd64-rootnode
5b461c35
KS
6
7 description: |
8 This job is responsible for updating the efficios 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: f3c907b6-7485-49e1-afe1-4df24fac4ca1
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
8fa2f091 24
5b461c35
KS
25 properties:
26 - build-discarder:
27 num-to-keep: 5
28
29 triggers:
30 - pollscm:
31 cron: "@hourly"
8fa2f091 32
5b461c35
KS
33 builders:
34 - shell:
35 !include-raw: scripts/efficios-www/deploy.sh
36
37 scm:
8fa2f091
MJ
38 - git:
39 url: git@git.internal.efficios.com:efficios/efficios-www.git
40 credentials-id: f3c907b6-7485-49e1-afe1-4df24fac4ca1
41 basedir: ./
42 skip-tag: true
43 branches:
44 - master
5b461c35
KS
45
46 publishers:
8fa2f091
MJ
47 - archive:
48 artifacts: 'site/**,prod/**'
49 follow-symlinks: true
50 allow-empty: false
5b461c35
KS
51 - ircbot:
52 strategy: statechange-only
53 message-type: summary
54 matrix-notifier: only-parent
55 - email-ext:
56 recipients: 'ci-notification@lists.lttng.org'
57 reply-to: ci-notification@lists.lttng.org
58 always: false
59 unstable: false
60 first-failure: true
61 first-unstable: true
62 not-built: false
63 aborted: false
64 regression: false
65 failure: false
66 second-failure: false
67 improvement: false
68 still-failing: false
69 success: false
70 fixed: false
71 fixed-unhealthy: true
72 still-unstable: false
73 pre-build: false
74 matrix-trigger: only-parent
75 send-to:
76 - recipients
This page took 0.025285 seconds and 4 git commands to generate.