diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-23 17:46:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-23 17:46:47 +0200 |
commit | 26565f33fe6c6b60d3a67005b3af1075e2b75823 (patch) | |
tree | fecb0d84a908786b917e4c5a9442c6505438b0f0 | |
parent | 0af7e6310b1f1058e824d6372444c685f5e3528a (diff) | |
download | jenkins.debian.net-26565f33fe6c6b60d3a67005b3af1075e2b75823.tar.xz |
fixup 0af7e6310: reproducible Fdroid: prevent the two fdroid jobs from running together by using the Build Blocker Plugin
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 f7b61988..468a7e96 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -94,7 +94,7 @@ <<: *DEFAULTS name: reproducible_other_projects_blocked publishers: - - logparser: &logparser-extra + - logparser: *logparser-extra <<: *logparser parse-rules: '/srv/jenkins/logparse/reproducible-extra.rules' - email: *email |