diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-07 10:41:43 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-07 10:41:43 +0100 |
commit | c7b5f01c93caee6ee06597081aca61a60085ddee (patch) | |
tree | 72c329b2a05494565e52e0faaa0f74cd6696224b /job-cfg | |
parent | 78143800f2540ed52880261d8ba0307058f1a5df (diff) | |
download | jenkins.debian.net-c7b5f01c93caee6ee06597081aca61a60085ddee.tar.xz |
reproducible Debian: disabling is hard…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 143f1f9f..b415be15 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1,6 +1,6 @@ - defaults: name: reproducible - disabled: '{my_disabled}' + disabled: false project-type: freestyle properties: - sidebar: &sb1 @@ -796,7 +796,7 @@ my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh' - my_disabled: true + disabled: true - 'setup_schroot_archlinux_profitbricks3': my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' |