Open rpoet-jh opened 9 months ago
The "retry logic" is for the case that Sonatype reports an error releasing the staging repo, but the artifacts actually make their way to Maven Central. In that case, the action should just proceed on. But in this case we manually checked and the artifacts never made there way to Maven Central. So the action correctly stopped with an error.
Separately we might add actual retry logic for the case of Sonatype reporting an error. If Sonatype reports an error, we could just retry it a few times with something like 5 minute waits.
Agreed that we should just do a complete sonatype retry when it completely fails. Should update this ticket or open a new one.
During the 1.4.0 release, the combined java release workflow failed with:
There is retry logic in place, but it didn't happen.
Here is the link to the gh action log:
https://github.com/eclipse-pass/main/actions/runs/8081926535/job/22081581722#step:9:9005