eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

Nightly build repository #252

Closed amoscatelli closed 3 years ago

amoscatelli commented 3 years ago

Hi there ! Is there a nightly build repository ? I looked for an eclipse foundation maven but I didn't find anywhing

I would like to fetch artifacts without pushing them myself on a local maven repository ...

Thank you

keilw commented 3 years ago

There should be a Jenkins instance.

amoscatelli commented 3 years ago

@keilw You mean this ? https://ci.eclipse.org/jnosql/

Yea, but I need an artifact repository. Also I can't start/run any of those jobs (yet I can login with my eclipse foundation credentials).

For example here I can find : https://maven.scijava.org/content/repositories/public/org/eclipse/jnosql/communication/dynamodb-driver/1.0.0-SNAPSHOT/ dynamodb-driver-1.0.0-20210107.103215-2.jar

This is from 15 days ago, juse like the related Jenkins job last execution :

image

Where do these jobs deploy the artifacts to ?

keilw commented 3 years ago

I don't know, they should do it to a SNAPSHOT repo, either on Sonatype or JFrog. Only milestones are supposed to be deployed to the official repos.

amoscatelli commented 3 years ago

Found in the job logs! https://oss.sonatype.org/content/repositories/snapshots/

@otaviojava may I ask you to run the jenkins job to release a new snapshot ? Thank you

otaviojava commented 3 years ago

@amoscatelli there is a script to run it monthly.

otaviojava commented 3 years ago

Please, let me know if you need something.