commit | 80ce0200638f7bac338b8128c2ba2117e5650fcb | [log] [tgz] |
---|---|---|
author | Dmitry Tyzhnenko <t.dmitry@gmail.com> | Thu Feb 07 13:27:19 2019 +0200 |
committer | Dmitry Tyzhnenko <t.dmitry@gmail.com> | Mon Feb 11 14:40:23 2019 +0200 |
tree | ff69d687489b69319b92001bf133bb3a5fc305cc | |
parent | 4a84d66b802de839400bdbf914decfd37a683f0d [diff] [blame] |
Support changes for 2019.2.0 release Change-Id: Ia2e00ef74198818c8f73fa6fff08c47c947e1e52
diff --git a/src/com/mirantis/system_qa/SharedPipeline.groovy b/src/com/mirantis/system_qa/SharedPipeline.groovy index 32ac0e1..b85c507 100644 --- a/src/com/mirantis/system_qa/SharedPipeline.groovy +++ b/src/com/mirantis/system_qa/SharedPipeline.groovy
@@ -556,7 +556,7 @@ def script = """ . ${venvPath}/bin/activate set -ex - report ${reporterOptions.join(' ')} ${report_name} + report ${reporterOptions.join(' ')} '${report_name}' """ def testrail_cred_id = params.TESTRAIL_CRED ?: 'testrail_system_tests'