Jenkinsfile: Fix ease.module.doclet.jar location

The source Jenkins job [1] for this jar was apparently removed by the
ci.eclipse.org/ease project recently. Jar is now located under [2], thus
adapt the Jenkinsfiles accordingly to fix the latest so failing builds.

[1] https://ci.eclipse.org/ease/job/ease.build.module.doclet
[2] https://ci.eclipse.org/ease/job/ease.build.nightly

Change-Id: I982033c9a659bc6b28da49c6461f728203768d61
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
2 files changed
tree: 5055b09e682ba6ce92113fbf8679f14fb71a7793
  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