-
Notifications
You must be signed in to change notification settings - Fork 61
Update the hpi-version to an updated incrementals version #5173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The incremental `3.62-rc1681.2ef7cf8c1fe3` was garbage collected in the past few days since it was in the `incrementals` repository and was older than 90 days. Updating to the latest release version (`3.65`).
ok...even with changing the version to
and it's not jumping out to me why |
You need an incremental built from this PR: jenkinsci/maven-hpi-plugin#464 I've just triggered a build |
When I add the local environment variable:
I get the failure locally, so I can reproduce locally. Testing with older incrementals to see if something changed with commitHashes. |
Thanks. I'll grab it once it's done. |
Why can we not just merge jenkinsci/maven-hpi-plugin#464 already (marking the new property as experimental and unsupported)? |
The incremental
3.62-rc1681.2ef7cf8c1fe3
was garbage collected in the past few days since it was in theincrementals
repository and was older than 90 days. This was causing all bom builds to fail.Updating to the latest incrementals version (
3.66-rc1721.f952cc39b_d8f
).Update...used a new incrementals build performed by @timja (see comments below)
Testing done
export CI=true
bash prep.sh
NOTE: the
CI=true
gets you into the path where the incremental is used.Submitter checklist