commit | 164010b874cbbc128e23299a87dc7a8d6b730d2a | [log] [tgz] |
---|---|---|
author | dtsapikov <dtsapikov@mirantis.com> | Fri Jul 20 11:30:48 2018 +0400 |
committer | Dmitry Tsapikov <dtsapikov@mirantis.com> | Fri Jul 20 07:56:41 2018 +0000 |
tree | 1272fcda304a5fc852a0b3a11795962f0f189d55 | |
parent | ed70a9d35828c8a6e7d74bfa37e8d94146c8e482 [diff] [blame] |
Add TEMPEST_VERSION parameter and fix condition PROD-21521 Change-Id: I68f3536cb6762862f1608bdb49c709d170650023
diff --git a/validate-cloud.groovy b/validate-cloud.groovy index 7d3b2e2..503b375 100644 --- a/validate-cloud.groovy +++ b/validate-cloud.groovy
@@ -49,7 +49,7 @@ def pepperEnv = "pepperEnv" def artifacts_dir = 'validation_artifacts/' -if (env.JOB_TIMEOUT == ''){ +if (!env.JOB_TIMEOUT){ job_timeout = 12 } else { job_timeout = env.JOB_TIMEOUT.toInteger()