From c5b8722c64f791154701705da25e7d827a0634e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Konrad=20Ba=C5=84ka?= Date: Wed, 22 Apr 2020 14:00:37 +0200 Subject: [PATCH] Provide concurrent run capability for *-verify-shell jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: MULTICLOUD-707 Signed-off-by: Konrad Bańka Change-Id: I9e71e2afe9fbab99fc422d8cd8ec5c6a63926fde --- jjb/global-templates-script.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/global-templates-script.yaml b/jjb/global-templates-script.yaml index 81ef487a7..831c77049 100644 --- a/jjb/global-templates-script.yaml +++ b/jjb/global-templates-script.yaml @@ -18,6 +18,7 @@ name: '{project-name}-{stream}-{area}-verify-shell' node: '{build-node}' type: freestyle + concurrent: true pattern: '**' -- 2.16.6