summaryrefslogtreecommitdiffstats
path: root/job-cfg/live.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 22:05:14 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 22:05:14 +0100
commit54f6333eda581b3847977b168cd062f40fe2fe14 (patch)
tree23dd2976787711a6a119d0a87f4e824d1eedb9b0 /job-cfg/live.yaml
parente81201a31fa1912eeaf956272ed7aed54e15a91e (diff)
downloadjenkins.debian.net-54f6333eda581b3847977b168cd062f40fe2fe14.tar.xz
build debian-edu jessie live images
Diffstat (limited to 'job-cfg/live.yaml')
-rw-r--r--job-cfg/live.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/job-cfg/live.yaml b/job-cfg/live.yaml
new file mode 100644
index 00000000..b1a41f4b
--- /dev/null
+++ b/job-cfg/live.yaml
@@ -0,0 +1,54 @@
+- defaults:
+ name: live
+ project-type: freestyle
+ properties:
+ - sidebar:
+ url: https://jenkins.debian.net/userContent/about.html
+ text: About jenkins.debian.net
+ icon: /userContent/images/debian-swirl-24x24.png
+ - sidebar:
+ url: https://jenkins.debian.net/view/qa.debian.org/
+ text: Jobs for Debian QA related packages
+ icon: /userContent/images/debian-jenkins-24x24.png
+ - sidebar:
+ url: http://www.profitbricks.com
+ text: Sponsored by Profitbricks
+ icon: /userContent/images/profitbricks-24x24.png
+ description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/live.yaml">live.yaml</a>.'
+ logrotate:
+ daysToKeep: 90
+ numToKeep: 20
+ artifactDaysToKeep: -1
+ artifactNumToKeep: -1
+ publishers:
+ - logparser:
+ parse-rules: '/srv/jenkins/logparse/debian.rules'
+ unstable-on-warning: 'true'
+ fail-on-error: 'true'
+ - email:
+ recipients: 'holger@layer-acht.org'
+ builders:
+ - shell: '{my_shell}'
+ triggers:
+ - timed: '{my_time}'
+
+- job-template:
+ defaults: live
+ name: '{name}_build_edu_jessie_standalone'
+
+- job-template:
+ defaults: live
+ name: '{name}_setup_schroot'
+
+- project:
+ name: live
+ jobs:
+ - '{name}_build_edu_jessie_standalone':
+ my_description: 'Build Debian Edu Jessie live-image with "standlone" profile.'
+ my_time: '0 12 1 * *'
+ my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build debian-edu standalone'
+ - '{name}_setup_schroot':
+ my_description: 'Setup schroot for building live images using live-build in a jessie environment.'
+ my_time: '42 10 1 * *'
+ my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie live-build'
+