Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] - Platform Snapshot Deployment #35716

Closed
gsmet opened this issue Sep 4, 2023 · 11 comments
Closed

[CI] - Platform Snapshot Deployment #35716

gsmet opened this issue Sep 4, 2023 · 11 comments
Labels
area/infra internal and infrastructure related issues

Comments

@gsmet
Copy link
Member

gsmet commented Sep 4, 2023

This issue reports the status of the daily cron job that runs deploys Quarkus Platform snapshot artifacts to https://s01.oss.sonatype.org/content/repositories/snapshots/io/quarkus/platform.

Don't close this issue manually. This issue will be closed when the build gets fixed. It will be re-opened if it fails again later. You can subscribe to be notified of the status.

To use the snapshots, add the following repository to your pom.xml file or Gradle project:

<repository>
  <id>maven-snapshots</id>
  <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
  <layout>default</layout>
  <releases>
     <enabled>false</enabled>
  </releases>
  <snapshots>
     <enabled>true</enabled>
  </snapshots>
</repository>

Use snapshots are your own risk. Because of the Maven resolution mechanism, they may be 24h old (or even more). If you have issues with snapshots, try to build a fresh version of the Quarkus Platform.

@gsmet gsmet added the area/infra internal and infrastructure related issues label Sep 4, 2023
@quarkusbot
Copy link

Build fixed:

@quarkusbot
Copy link

Unfortunately, the build failed:

@quarkusbot quarkusbot reopened this Jan 18, 2024
@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

The build is still failing:

@quarkusbot
Copy link

Build fixed:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra internal and infrastructure related issues
Projects
None yet
Development

No branches or pull requests

2 participants