The goal is to migrate the cross repo pipeline for Web UI on 10.10 to GitHub actions, like we did for LTS2021 underĀ WEBUI-569. We would like this pipeline to have an additional parameter: the server hotfix version to use in the build. This parameter would replace the version in the pom files, which is sometimes necessary as a workaround when platform artifacts are missing in mavenin. This can be done with a simple sed command:
sh "sed -i \"s/10.10-HF55-SNAPSHOT/10.10-HF53-SNAPSHOT/g\" pom.xml"
Where 10.10-HF55-SNAPSHOT is the current POM version and 10.10-HF53-SNAPSHOT is the last known pushed artifact version.
This parameter will be added underĀ WEBUI-624.
- depends on
-
ELEMENTS-1452 Update nuxeo-*-elements repositories to support Web UI 10.10 new build pipeline
- Resolved
- is related to
-
WEBUI-624 Add a parameter to 10.10 ondemand workflow to change base pom version
- Resolved
-
WEBUI-569 Migrate cross repo pipeline to GitHub Actions
- Resolved
- Is referenced in