commit | f504ba13cf8cbd9ebf754c24f5598e6ee693d037 | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Mon Jun 26 13:35:46 2017 +0200 |
committer | chnyda <chnyda@mirantis.com> | Mon Jun 26 13:35:46 2017 +0200 |
tree | a880e40176a7503179d075fc8360ea7c41ca58a5 | |
parent | ab82fd48459b79d924e7be1070435c5bcbbc2b4c [diff] |
Fix execution of all jobs Change-Id: I1bf41e3328450f2ecd895311dcc694ffdbfa8ce4
diff --git a/test-salt-models-pipeline.groovy b/test-salt-models-pipeline.groovy index 80bb302..7278e8d 100644 --- a/test-salt-models-pipeline.groovy +++ b/test-salt-models-pipeline.groovy
@@ -105,6 +105,9 @@ ]} acc++; } + if (acc != 0) { + parallel branches + } } } } catch (Throwable e) {