Add swarm-testrail-report to jjb

Related-Prod: PROD-36999

Change-Id: I5baedd336ececef2cccb20daed7ba85eb2be6a0b
diff --git a/src/com/mirantis/system_qa/SharedPipeline.groovy b/src/com/mirantis/system_qa/SharedPipeline.groovy
index 832cf9b..30de7bc 100644
--- a/src/com/mirantis/system_qa/SharedPipeline.groovy
+++ b/src/com/mirantis/system_qa/SharedPipeline.groovy
@@ -419,9 +419,9 @@
                 string(name: 'TEMPEST_TEST_SUITE_NAME', value: "${tempest_test_suite_name}"),
                 string(name: 'TEST_PLAN_NAME_PREFIX', value: "${test_plan_name_prefix}")
             ]
-        common.printMsg("Start building job 'swarm-testrail-report' with parameters:", "purple")
+        common.printMsg("Start building job 'swarm-testrail-report-jjb' with parameters:", "purple")
         common.prettyPrint(parameters)
-        build job: 'swarm-testrail-report',
+        build job: 'swarm-testrail-report-jjb',
             parameters: parameters
 }