On Fri, 14 Aug 2020 at 16:04, Alex Herbert <alex.d.herb...@gmail.com> wrote:
> > I did not move all the old jenkins jobs over for all the projects [2]. > However some of the old jenkins jobs deployed snapshots when successful > using the deploy goal of maven. A quick investigation lists these that do > snapshot deployment (via the deploy goal): > > commons-rng > commons-math * > commons-dbutils * > commons-numbers > commons-geometry > commons-beanutils * > commons-statistics > commons-codec * > I have also migrated the jobs setup to perform a snapshot deployment: commons-codec commons-beanutils I did not migrate commons-dbutils as that project was disabled. The last build was over 3 years ago so snapshot deployment was not current functionality. Note that commons-beanutils last successful build was 2 years ago. It has been failing when trying to clean the staging area: [ERROR] Failed to execute goal org.apache.commons:commons-release-plugin:1.7:clean-staging (clean-staging) on project commons-beanutils2: Failed to commit files: null [null] -> [Help 1] I have tried a build on the new Jenkins CI. If it fails then I'll disable it. Alex