Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jca-dev] 2.1.0-RC1 removed from staging

That build is hung trying to push the pom changes for the 2.1.0 release back to github, I'm surprised it is not timing out. The staged content is there:
https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/

But the GitHub repo has not been updated with the release tags and next dev version. It needs to be killed and retried, and the jakartaresource-1006 staged repo dropped.

I have seen a  few release jobs that automatically drop the previous staging repo, which seems unnecessary, and when the staging release has not been pushed to central, breaks builds. It seems the assumption is that any staged but unreleased builds should be dropped.

On Feb 27, 2022 at 7:08:01 AM, Piotr Żygieło <piotr.zygielo@xxxxxxxxx> wrote:
On Sun, 27 Feb 2022 at 13:57, Steve Millidge (Payara)
<steve.millidge@xxxxxxxxxxx> wrote:

Not sure where it went!

Too few words for me to fully understand the above message.

This build
 https://ci.eclipse.org/jca/job/jca-api-release-to-staging/41/console
which is still running
executed:

+ echo '-[ Drop old staging repository deployments
]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
++ mvn -B nexus-staging:rc-list
++ egrep '^\[INFO\]
[A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+jakarta\.resource:jakarta\.resource-api:2\.1\.0'
++ awk '{print $2}'
...
+ for staging_key in $(mvn -B nexus-staging:rc-list | egrep "^\[INFO\]
[A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+${STAGING_KEY}" | awk '{print $2}')
+ echo 'Repository ID: jakartaresource-1006'
Repository ID: jakartaresource-1006
+ mvn -U -C -B -Pstaging -DstagingRepositoryId=jakartaresource-1006
nexus-staging::rc-drop
[INFO] Scanning for projects...
...
WARNING: Use --illegal-access=warn to enable warnings of further
illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/,
is version 2.14.21-02 and edition "Professional"
[INFO] RC-Dropping staging repository with IDs=[jakartaresource-1006]
[INFO] Dropped
[INFO] ------------------------------------------------------------------------

This seems to be not parameterized action
 https://ci.eclipse.org/jca/job/jca-api-release-to-staging/41/parameters/
so I assume it's done always (keeping only one jakartaresource-X in
https://jakarta.oss.sonatype.org/content/repositories/).

--
Piotrek
_______________________________________________
jca-dev mailing list
jca-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jca-dev

Back to the top