e4ed8ca75822900c6c892021c5e164fcceeff41c
[lttng-ci.git] / jobs / ops_job-generator_kernel.yaml
1 - job:
2 name: ops_job-generator_kernel
3 disabled: true # Currently unused
4 node: master
5 description: |
6 The kernel job generator auto generate from jenkins job builder all the
7 kernel and lttng-modules jobs.
8
9 <p>Job is managed by Jenkins Job Builder.</p>
10
11 project-type: freestyle
12
13 properties:
14 - build-discarder:
15 num-to-keep: 2
16
17 wrappers:
18 - timestamps
19 - ansicolor:
20 colormap: xterm
21 - credentials-binding:
22 - username-password-separated:
23 credential-id: 72e4d7dd-6c82-413d-ab79-d89d7e6bc959
24 username: JJB_JENKINS_USER
25 password: JJB_JENKINS_TOKEN
26
27 triggers:
28 - timed: '@hourly'
29
30 scm:
31 - git:
32 url: https://github.com/lttng/lttng-ci.git
33 branches:
34 - origin/master
35 wipe-workspace: false
36
37 builders:
38 - shell:
39 !include-raw-escape: scripts/kernel/job-generator-kernel.sh
40 - system-groovy:
41 command:
42 !include-raw: scripts/kernel/job-trigger-kernel.groovy
43
44 publishers:
45 - email:
46 recipients: joraj@efficios.com
47
48
This page took 0.031294 seconds and 4 git commands to generate.