diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-30 16:56:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-30 16:56:42 +0200 |
commit | c930db799b6263cb133df0d9efc4d1ed2356e13c (patch) | |
tree | 1dae6254e0f00457cc6b3df408324e767eeb7e77 | |
parent | d0435ba049c678fc2c757d7563dd219a99b9f235 (diff) | |
download | jenkins.debian.net-c930db799b6263cb133df0d9efc4d1ed2356e13c.tar.xz |
reproducible job-cfg: allow concurrent execution of (same) jobs
-rw-r--r-- | job-cfg/reproducible.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 5b3841ba..192afdf4 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -3,6 +3,7 @@ triggers: - timed: "{my_timed}" project-type: freestyle + concurrent: True properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html |