summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-13 14:00:38 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-13 14:00:38 +0200
commitb20f5cfcf703c545ab74d17bf6ebcc5247a01131 (patch)
tree91c3a875708bb0c3b400bb57f8212538f31c3fb5 /job-cfg/reproducible.yaml
parentbe8d0fedacc39c3dfa8aaadb622ea0197803d3c8 (diff)
downloadjenkins.debian.net-b20f5cfcf703c545ab74d17bf6ebcc5247a01131.tar.xz
reproducible: use fancier job names ;)
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 69daa892..39f548c4 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -86,15 +86,15 @@
- job-template:
defaults: reproducible_builder
- name: '{name}_builder_one'
+ name: '{name}_builder_alpha'
- job-template:
defaults: reproducible_builder
- name: '{name}_builder_two'
+ name: '{name}_builder_beta'
- job-template:
defaults: reproducible_builder
- name: '{name}_builder_three'
+ name: '{name}_builder_gamma'
- job-template:
defaults: reproducible
@@ -111,15 +111,15 @@
my_description: 'Generates HTML results for reproducible builds.'
my_timed: '0 0,6,12,18 * * *'
my_shell: '/srv/jenkins/bin/reproducible_stats.sh'
- - '{name}_builder_one':
+ - '{name}_builder_alpha':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/3 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh'
- - '{name}_builder_two':
+ - '{name}_builder_beta':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/3 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh'
- - '{name}_builder_three':
+ - '{name}_builder_gamma':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/3 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh'