Skip to content

Changes

Summary

  1. Remove usage of environment variable $ARCHIVE_ARTIFACTS (details)
  2. Archive RCP artifacts when using tracecompass-test.Jenkinsfile (details)
Commit 5a169a13bdd5c3a204c5ad37bfd0081466300989 by Bernd Hufmann
Remove usage of environment variable $ARCHIVE_ARTIFACTS

archiveArtifacts doesn't support environment variables [1] and hence
nothing has been archived in the Jenkins execution.

This patch will define the archive pattern directly in the Jenkins
files.

Update tracecompass-test.Jenkins work to make it work again.

[1] https://issues.jenkins.io/browse/JENKINS-5758

Change-Id: I5198b39ef0279fd32ec78c506b8692eb1822d2cc
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-test.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-jdk17.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk17.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk11.Jenkinsfile
Commit 5469f6cbaef5903b401a32dfd872c1e9ddefb863 by Bernd Hufmann
Archive RCP artifacts when using tracecompass-test.Jenkinsfile

Change-Id: Id6aa19bc946f1a45b541362854c04e482d5bd223
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-test.Jenkinsfile

Summary

  1. Fix TraceCompass.setup problems (details)
Commit 6e1b0ca53a532a4891758fdae5ca5f4bdf4b6a34 by Bernd Hufmann
Fix TraceCompass.setup problems

Do not install org.eclipse.pde.api.tools.ee.feature.feature.group
because it is no longer available in the Platform and it makes the p2
director task fail.

Redirect the setup location using https because that's what's used in
Oomph's project catalog so if that's not specified, one can't edit the
local version in the clone and test it locally.

Change-Id: I4829e82e8cc58437338e2c46757a2c763a99a973
Signed-off-by: Ed Merks <ed.merks@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/204053
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/204106
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified TraceCompass.setup