The nuxeo build pipeline fails on PR that have a different target branch than 202x.
The failure occurred during the HF protection step, because we try to clone a repository on the CHANGE_TARGET branch, which in such case doesn't exist:
nxGit.cloneRepository(name: 'nuxeo-hf-protection', branch: env.CHANGE_TARGET, relativePath: 'nuxeo-patches')
In the desired case, the CHANGE_TARGET branch has an open draft PR that targets 2023.
One possible fix could be to use gh cli to retrieve this PR base branch.
- is related to
-
NXP-32449 LTS 2025 - Upgrade to Jakarta RS 3.x
- Resolved