commit | 65f80bf95845a3b8835965855671692d3e9b6cce | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Nov 03 10:57:03 2020 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Nov 03 10:57:03 2020 -0800 |
tree | d332007f24fd70188d71819198c2de9e63933670 | |
parent | 5f72f52725f50fc026cab03dfb16e6f3705c0527 [diff] |
Fixing check for patchset build in scale test Change-Id: I8f3ded8471bebd6a01af107c1c966626f6ed6654
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy index f50d9d4..806f7bf 100644 --- a/jjb/pipeline/voltha-scale-test.groovy +++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -159,7 +159,7 @@ stage('Build patch') { when { expression { - return env.hasProperty("GERRIT_PROJECT") && env.GERRIT_PROJECT != "" + return params.GERRIT_PROJECT } } steps {