diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/ruby-qa.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml index 6981e3e3..f63f74ed 100644 --- a/job-cfg/ruby-qa.yaml +++ b/job-cfg/ruby-qa.yaml @@ -22,7 +22,7 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: - url: http://jenkins.debian.net/view/ruby_qa/ + url: http://jenkins.debian.net/view/ruby-qa/ text: Misc debian-installer jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: @@ -32,7 +32,11 @@ - job-template: defaults: ruby-qa - name: 'ruby-qa' + name: '{name}_testing' + +- job-template: + defaults: ruby-qa + name: '{name}_unstable' - project: name: ruby-qa |