diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-08-15 16:47:56 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-08-15 16:47:56 +0200 |
commit | a4f3a6aabdb2cc3420feddeb82806b25a15a7de3 (patch) | |
tree | a9f50ddd0e2aa66b4606373c1e1e8a11516101e5 /job-cfg/ruby-qa.yaml | |
parent | aa55d01a4a5b1873016629dd30bc69feb9cd8494 (diff) | |
parent | c10ca898d958a035635e54b461b753846e75ebf0 (diff) | |
download | jenkins.debian.net-a4f3a6aabdb2cc3420feddeb82806b25a15a7de3.tar.xz |
Merge remote-tracking branch 'terceiro/ruby-qa'
Diffstat (limited to 'job-cfg/ruby-qa.yaml')
-rw-r--r-- | job-cfg/ruby-qa.yaml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml new file mode 100644 index 00000000..0132ccbb --- /dev/null +++ b/job-cfg/ruby-qa.yaml @@ -0,0 +1,53 @@ +- defaults: + name: ruby-qa + description: 'Debian/Ruby QA checks.{do_not_edit}' + logrotate: + daysToKeep: 365 + numToKeep: 365 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + scm: + - git: + url: '{gitrepo}' + branches: + - master + builders: + - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}' + publishers: + - email: + recipients: 'jenkins+debian-ruby terceiro@debian.org' + properties: + - sidebar: + url: http://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png +- sidebar: + url: http://jenkins.debian.net/view/jenkins.d.n/ + text: Housekeeping jobs + icon: /userContent/images/debian-jenkins-24x24.png +- sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + +- job-template: + defaults: ruby-qa + name: 'ruby-qa' + +- project: + name: ruby-qa + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/ruby-qa.yaml">ruby-qa.yaml</a>.' + jobs: + - '{name}_unstable': + triggers: + - timed: "31 3 * * *" + distro: 'unstable' + gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' + my_shell: './ci-build' + - '{name}_testing': + triggers: + - timed: "31 4 * * *" + distro: 'testing' + gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' + my_shell: './ci-build' + |