Skip to content

Changes

Summary

  1. Add PRODUCT_FILE & SERVER_PRODUCT_FILE params to incubator jenkins files (details)
  2. Store the git SHA usid in build in file .tc-git-sha on all update sites (details)
  3. Fix copy of legacy tracecompass.incubator.product file (details)
  4. Change git SHA file .tc-git-sha to tc-git-sha (details)
  5. Use JDK 17 in tracecompass-sonar.Jenkinsfile (details)
Commit aebfbae99e9e4a86bc3eeb0a0995cfacc5f08b2f by Bernd Hufmann
Add PRODUCT_FILE & SERVER_PRODUCT_FILE params to incubator jenkins files

Add a stage to overwrite the tracing.product file if the PRODUCT_FILE
string parameter is defined, and respectively overwrite
traceserver.product if the SERVER_PRODUCT_FILE string parameter is
defined.

The string value should be the relative path to the product file from
the root of the product plug-ins.

Change-Id: Id85772ffcc0438ddb12db2af2c07a0ad5db45b8f
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-incubator-jdk17.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk11.Jenkinsfile
Commit 8d636d4d77e3e59fa9420e0f7b04add36d975f72 by Bernd Hufmann
Store the git SHA usid in build in file .tc-git-sha on all update sites

This can be used to find out the exact git SHA used during the build.

Change-Id: I46a74237a543bf65080310df92aa0862505ea75b
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-jdk17.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk11.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk17.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
Commit c0583021a2534705ba5af049a4d69d071fe8bf69 by Bernd Hufmann
Fix copy of legacy tracecompass.incubator.product file

Change-Id: I87aff7e539b530127f99d2a857d8d7cbce2aef65
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-incubator-jdk11.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk17.Jenkinsfile
Commit b1322166c31bb198c057ed66798a605dfee15a07 by Bernd Hufmann
Change git SHA file .tc-git-sha to tc-git-sha

With commit 8d636d4, a hidden file with the git SHA used in the build
is created and hidden files are not copied by scp command used in script
deploy-update-site.sh.

Change-Id: Ie9efd20f1348fd40a80f92672a761ea42a48f818
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-jdk17.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk11.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-incubator-jdk17.Jenkinsfile
Commit 3e1ed443656795e38ee477ae52bcdd42a6b7d3ea by Bernd Hufmann
Use JDK 17 in tracecompass-sonar.Jenkinsfile

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

Summary

  1. releng: Build with tracecompass-e4.27 target by default (details)
Commit db5364cbf19e2aeb56ca06e64e1da209575146b1 by Patrick Tasse
releng: Build with tracecompass-e4.27 target by default

Change-Id: I8f9c3568526da20db176c9044575051f34eea7dc
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified pom.xml