OMEC: Fix PR trigger and parameter descriptions

Change-Id: I89ac6e48ef7f39f97b3118a37306e5fabc506a86
diff --git a/jjb/cord-macros.yaml b/jjb/cord-macros.yaml
index 0bc23c7..1b82c5c 100644
--- a/jjb/cord-macros.yaml
+++ b/jjb/cord-macros.yaml
@@ -132,7 +132,7 @@
           github-hooks: true  # Create github hooks automatically
           cancel-builds-on-update: true
           auto-close-on-fail: false
-          only-trigger-phrase: true
+          only-trigger-phrase: false
           status-context: 'CORD Jenkins'  # Name of testing system in PR
           permit-all: false  # don't trigger on every PR
           org-list: '{obj:github_pr_org_list}'
diff --git a/jjb/omec-ci.yaml b/jjb/omec-ci.yaml
index a098c6e..6deee82 100644
--- a/jjb/omec-ci.yaml
+++ b/jjb/omec-ci.yaml
@@ -102,12 +102,12 @@
       - string:
          name: executorNode
          default: '{executor_node}'
-         description: 'Name of the Jenkins node to run the job on'
+         description: 'Name of the Jenkins executor node to run the job on'
 
       - string:
          name: project
          default: '{project}'
-         description: 'Name of the Jenkins node to run the job on'
+         description: 'Name of the project'
 
     triggers:
       - cord-infra-github-pr-trigger:
@@ -151,12 +151,12 @@
       - string:
          name: executorNode
          default: '{executor_node}'
-         description: 'Name of the Jenkins node to run the job on'
+         description: 'Name of the Jenkins executor node to run the job on'
 
       - string:
          name: project
          default: '{project}'
-         description: 'Name of the Jenkins node to run the job on'
+         description: 'Name of the project'
 
     triggers:
       - cord-infra-github-pr-trigger:
@@ -198,12 +198,12 @@
       - string:
          name: executorNode
          default: '{executor_node}'
-         description: 'Name of the Jenkins node to run the job on'
+         description: 'Name of the Jenkins executor node to run the job on'
 
       - string:
          name: project
          default: '{project}'
-         description: 'Name of the Jenkins node to run the job on'
+         description: 'Name of the project'
 
     triggers:
       - cord-infra-github-pr-trigger: