Revert "Add ability to disable report and change testrail plan name prefix"

This reverts commit 151097d16e2fb71a366b2225a36476f6f6fbb2b5.

Change-Id: I2ffd40b1ae5e3ab42fb2050a4672e58b4d9ef6d2
diff --git a/jobs/pipelines/deploy-cicd-and-run-tests.groovy b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
index 380d46a..0434b19 100644
--- a/jobs/pipelines/deploy-cicd-and-run-tests.groovy
+++ b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
@@ -98,9 +98,7 @@
             archiveArtifacts artifacts: "**/*.xml,**/*.ini,**/*.log,**/*.tar.gz"
         }
         stage("report results to testrail") {
-            if (env.REPORT_TO_TESTRAIL ?: true) {
-                shared.swarm_testrail_report(steps)
-            }
+            shared.swarm_testrail_report(steps)
         }
         stage("Store TestRail reports to job description") {
             def String description = readFile("description.txt")