This repo has moved to: https://github.com/eclipse-tracecompass/tracecompass-inf...

Clone this repo:

Branches

  1. 5ec4304 Add jenkins file with maven 3.8.6 by Patrick Tasse · 5 months ago master
  2. 90fb10a Update build javadoc step by Bernd Hufmann · 5 months ago
  3. 18cf6bf Add SLF4J_PROPERTIES_MANIFEST parameter to jenkins file by Patrick Tasse · 5 months ago
  4. 2190725 Update maven version to 3.9.5 in JDK17 Jenkinsfiles by Patrick Tasse · 5 months ago
  5. 06cb457 Add RCP_FEATURE_FILE parameter to jenkins file by Patrick Tasse · 6 months ago

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