diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-17 14:28:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-17 14:28:24 +0200 |
commit | c97f95b241524ecc20bfb5b0fac7d1a8914e61b5 (patch) | |
tree | 6fddf7413821d5fcc4ea74885a662bb61abd2837 /job-cfg | |
parent | fba0ebd50d57581183fc637a8443826b03688389 (diff) | |
download | jenkins.debian.net-c97f95b241524ecc20bfb5b0fac7d1a8914e61b5.tar.xz |
reproducible arch: better not create trigger cycles
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 79ceb8cb..0db37112 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1319,7 +1319,7 @@ - '{name}_builder_arch_1': my_description: 'Try to reproducibly build an Archlinux package.' my_timed: '* * * * *' - my_trigger: 'reproducible_builder_arch_1' + my_trigger: 'reproducible_html_archlinux' my_shell: '/srv/jenkins/bin/reproducible_build_arch_pkg.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' |