Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] Maven re-releases

I made https://wiki.eclipse.org/JakartaEE_New_Infra_ReStaging_Job wiki page with copy of the script used in JTA API. This is the more complicatrd version tested with parent >= 1.0.2.

I'll add simplified version for parent >= 1.0.5 which will always use nexus plugin configuration from it later after I'll implement it somewhere. But the simplified version will make sense only when all existing releases depend on parent >= 1.0.5.


Tomas

Dne 19.12.18 v 20:19 Romain Grecourt napsal(a):
On 12/19/18 3:27 AM, Tomas Kraus wrote:
Good news is, that Jenkins jobs don't have persistent workspace and it always gets latest OSSRH artifacts from staging repo when old deployments are dropped. I tested this with our projects on new infra. There are exceptions, but they can delete workspace now and at the end when all the tests pass before build with final versions.
Quick heads-up: the GlassFish pipeline caches the local repository (except for org.glassfish.main) to speed up the build and reduce the network errors.
There is a job to purge the cache on-demand: https://jenkins.eclipse.org/glassfish/job/glassfish-purge-maven-cache/
Anyone with GF committer access can trigger it.

Back to the top