Remove setting of NOTARIZE_MAC_RCP in relevant jenkins files.

It seems that the setting of default value in the jenkins file take
precedence of the setting of the value in the jenkins job. Hence,
notarization has not been executed.

Implement parameter NOTARIZE_MAC_RCP the same way than other flags, for
example DEPLOY_RCP, and don't set it in the jenkinsfile. The jenkins job
configuration can take care of setting the value and provide a default
setting.

Change-Id: I1b552f1585d1e53f4b327454eb91332037a7f024
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
diff --git a/jenkins/pipelines/tracecompass-jdk11.Jenkinsfile b/jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
index 006967f..45c48b0 100644
--- a/jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
+++ b/jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
@@ -35,9 +35,6 @@
         JAVADOC_PATH="target/site/apidocs"
         GIT_SHA_FILE="tc-git-sha"
     }
-    parameters {
-        booleanParam(name: 'NOTARIZE_MAC_RCP', defaultValue: false, description: "whether to notarize mac RCP packages")
-    }
     stages {
         stage('Checkout') {
             steps {
diff --git a/jenkins/pipelines/tracecompass-jdk17.Jenkinsfile b/jenkins/pipelines/tracecompass-jdk17.Jenkinsfile
index b71951e..3f5fe15 100644
--- a/jenkins/pipelines/tracecompass-jdk17.Jenkinsfile
+++ b/jenkins/pipelines/tracecompass-jdk17.Jenkinsfile
@@ -35,9 +35,6 @@
         JAVADOC_PATH="target/site/apidocs"
         GIT_SHA_FILE="tc-git-sha"
     }
-    parameters {
-        booleanParam(name: 'NOTARIZE_MAC_RCP', defaultValue: false, description: "whether to notarize mac RCP packages")
-    }
     stages {
         stage('Checkout') {
             steps {
diff --git a/jenkins/pipelines/tracecompass-test.Jenkinsfile b/jenkins/pipelines/tracecompass-test.Jenkinsfile
index 4f135ae..74663ca 100644
--- a/jenkins/pipelines/tracecompass-test.Jenkinsfile
+++ b/jenkins/pipelines/tracecompass-test.Jenkinsfile
@@ -35,9 +35,6 @@
         JAVADOC_PATH="target/site/apidocs"
         GIT_SHA_FILE="tc-git-sha"
     }
-    parameters {
-        booleanParam(name: 'NOTARIZE_MAC_RCP', defaultValue: false, description: "whether to notarize mac RCP packages")
-    }
     stages {
         stage('Checkout') {
             steps {