Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakarta.ee-spec.committee] Need Help for Jenkins CI job

Great! Glad to help!

Ivar

On Wed, Feb 19, 2025 at 12:43 PM Kenji Kazumura (Fujitsu) via jakarta.ee-spec.committee <jakarta.ee-spec.committee@xxxxxxxxxxx> wrote:

Ivar,

Thanks. The spec lead finally succeeded to upload the artifact to the staging.

 

-Kenji Kazumura

 

From: Ivar Grimstad <ivar.grimstad@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, February 17, 2025 5:26 PM
To: Jakarta specification committee <jakarta.ee-spec.committee@xxxxxxxxxxx>
Cc: Kazumura, Kenji <kzr@xxxxxxxxxxx>
Subject: Re: [jakarta.ee-spec.committee] Need Help for Jenkins CI job

 

Hi,

 

It looks like it is the maven-deploy-plugin that is being used and not the nexus-staging plugin

The only difference I can see from e.g. MVC is that the oss-release profile is not activated. Try to add

 

-Poss-release,staging 

 

 

 

Ivar

 

On Mon, Feb 17, 2025 at 1:42AM Kenji Kazumura (Fujitsu) via jakarta.ee-spec.committee <jakarta.ee-spec.committee@xxxxxxxxxxx> wrote:

Hello,

As I mentioned at the previous specification committee meeting, the spec lead of Jakarta NoSQL has the trouble with uploading the artifacts to the staging repo.
We have not yet solved it.
https://github.com/jakartaee/specifications/pull/793#issuecomment-2656405929

The current trouble is:
He uploaded the artifacts to <"https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/nosql/jakarta.nosql-api/1.0.0/jakarta.nosql-api-1.0.0-sources.jar">, but nobody can access this URL.
I think the typical URL is like <"https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/{spec-name}/xxxxx/yyyy/zzzz/">, but I have no idea how to specify the correct staging URL to the Jenkins ci jobs.
If you have any suggestions, please let me know.

-Kenji Kazumura


_______________________________________________
jakarta.ee-spec.committee mailing list
jakarta.ee-spec.committee@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakarta.ee-spec.committee


 

--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 

_______________________________________________
jakarta.ee-spec.committee mailing list
jakarta.ee-spec.committee@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakarta.ee-spec.committee


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 


Back to the top