From 471f22950b53a6518f4b3748d0fdbf2357e08b87 Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 4 Oct 2019 15:09:03 +0400 Subject: [PATCH] Fix for commas in lists --- configure_jenkins.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure_jenkins.groovy b/configure_jenkins.groovy index 28b3755..ef2d787 100644 --- a/configure_jenkins.groovy +++ b/configure_jenkins.groovy @@ -36,9 +36,9 @@ def platforms = [ ] def elbrusPlatforms = [ - 'c8' - 'p8' - 'p9' + 'c8', + 'p8', + 'p9', 'sisyphus' ]