[Epsilon] Modeling project build utilities to be deleted from Jenkins?
Summary
We are preparing a new minor release for Epsilon, and we noticed that one of the utilities we use to manage our composite update site from Jenkins was moved to a folder called /shared/modeling.deletemeafter013025
. We'd like to know what to do from February 2025 onwards.
Steps to reproduce
We have a (now working after noticing the rename of /shared/modeling
: please do not re-run) release-logistics Jenkins job that uses the manage-composite.xml
tool from the Modeling Project to add the update site for a new stable release to the main composite update site.
What is the current bug behavior?
The job has succeeded after we used some ls
calls to find out where /shared/modeling
had gone and tweaked the job accordingly, but we are now concerned that these tools will not be available anymore after January 2025.
Could you clarify if these are being dropped altogether, or if they are being moved elsewhere? Should we just get a copy of manage-composite.xml
and keep it somewhere ourselves?
What is the expected correct behavior?
We would normally expect the Modeling Project build tools to be available somewhere from Jenkins, and hopefully documented somewhere other than the now-archived wiki page.
Relevant logs and/or screenshots
See the log of this run of the job, where we had commented out everything except the use of this shared utility while trying to figure out what had happened to it:
https://ci.eclipse.org/epsilon/job/release-logistics/134/
Priority
- Urgent
- High
- Medium
- Low
Severity
- Blocker
- Major
- Normal
- Low
Impact
We have found a workaround for the issue (we located where manage-composite.xml
had been moved to), but we would like to know what we should do from February onwards.