commit | d12628030e9c6d4392bf77abc3285d914869001a | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Wed May 31 15:02:56 2017 +0200 |
committer | chnyda <chnyda@mirantis.com> | Wed May 31 15:02:56 2017 +0200 |
tree | c1ff0d7a9edfeeb261378a4541e16989bbaab339 | |
parent | 6a8e0d2dceb8d7f990b4643ba4248ecb44da3976 [diff] |
Fix condition in if Change-Id: I4953379ffcd9b559c8d74827c64213e784d5882d
diff --git a/test-cookiecutter-reclass.groovy b/test-cookiecutter-reclass.groovy index 82718c4..58e2119 100644 --- a/test-cookiecutter-reclass.groovy +++ b/test-cookiecutter-reclass.groovy
@@ -118,7 +118,7 @@ } } - if (gerritRef) { + if (!gerritRef) { stage("test-nodes") { def partitions = common.partitionList(contextFileList, PARALLEL_NODE_GROUP_SIZE.toInteger()) def buildSteps = [:]