Merge changes Iac352bac,I88f46391

* changes:
  Fix tag rackoon version from job info
  Hide logs if all of JENKINS_USER, JENKINS_PASSWORD var is not set
diff --git a/rp_reporter/rp_reporter/batch_reporter.py b/rp_reporter/rp_reporter/batch_reporter.py
index 5a9a8ea..315e04d 100755
--- a/rp_reporter/rp_reporter/batch_reporter.py
+++ b/rp_reporter/rp_reporter/batch_reporter.py
@@ -369,6 +369,12 @@
                 if not test_results_files:
                     LOG.error(f"Can't found 'si_test_report.xml' in {child.url}")
 
+            case "oscore-rulexam-tests-runner":
+                title = "Rulexam"
+                test_results_files = child.get_link_from_description("si_test_report.xml")
+                if not test_results_files:
+                    LOG.error(f"Can't found 'si_test_report.xml' in {child.url}")
+
             case "oscore-perf-analyzer-tests-runner":
                 title = "Performance tests"
                 test_results_files = child.get_link_from_description("si_test_report.xml")