Update incubator jenkins files to support build for 2020-06 target

- Use params.LEGACY_2020-06 flag for applying 2020-06 patch
- Use params.LEGACY_2019-06 flag for applying 2019-06 patch
- Flag params.LEGACY_SERVER was renamed to params.LEGACY_2019-06

Note: Jenkins jobs configuration need to updated for that.

Change-Id: I392d5109ad1913991a47e286112d73969f02f31b
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
2 files changed
tree: ef54680fb9c8526efa3da1dc4d7e508140d68c36
  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