commit | eb2dfba5dd15b61dbf56ce8a7ea021a241cf6709 | [log] [tgz] |
---|---|---|
author | Pavel Cizinsky <pcizinsky@mirantis.com> | Tue Apr 09 13:48:40 2019 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Tue Apr 09 13:48:40 2019 +0000 |
tree | 4054da75f71e48718a48f0c69ae2fc6d9edf735f | |
parent | b53f64aba9c4e97ccad9b3056d06a4ef49fb7334 [diff] | |
parent | 37da131ab704a7678116490990bf9f6a51d220d8 [diff] |
Merge "Check validity of input of GERRIT_PARENT_BRANCH"
diff --git a/test-salt-formulas-env.groovy b/test-salt-formulas-env.groovy index 53309c4..de631bf 100644 --- a/test-salt-formulas-env.groovy +++ b/test-salt-formulas-env.groovy
@@ -23,7 +23,7 @@ } env.GERRIT_BRANCH = 'master' -if (env.GERRIT_PARENT_BRANCH) { +if (common.validInputParam('GERRIT_PARENT_BRANCH')) { env.GERRIT_BRANCH = GERRIT_PARENT_BRANCH }