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>
3 files changed
tree: 591c2a9b8494f7c2b255f67d472c9529e53cfe37
  1. docker/
  2. jenkins/
  3. scripts/
  4. .project
  5. LICENSE
  6. README.md
README.md

Trace Compass Infrastructure

This repository contains all the infrastructure code needed to build Trace Compass and Trace Compass Incubator, e.g. Jenkinsfiles, Dockerfiles etc.

How to build the docker image (tag 16.04)

docker build --no-cache --build-arg version=16.04 --build-arg strip=true  -t eclipse/tracecompass-build-env:16.04 .

How to push the docker image to dockerHub under the eclipse organisation

docker push eclipse/tracecompass-build-env:16.04