Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 998 Bytes

MAINTAINERS.md

File metadata and controls

28 lines (21 loc) · 998 Bytes

Guide for maintainers

This guide is intended for maintainers of this project, i.e. anybody with direct push access to the git repository.

Contributing

See CONTRIBUTING.md.

Continuous integration

Continuous integration happens on a self-hosted Jenkins instance at https://ci.hibernate.org/job/quarkus-local-cache/.

Release

  • Go to CI.
  • Click the "play" button (green triangle) to launch a build.
  • Input the parameters.
  • Click "Build".
  • Release the artifacts on the OSSRH repository manager.
    • Log into Nexus. The credentials can be found on Bitwarden; ask a teammate if you don't have access.
    • Click "staging repositories" to the left.
    • Select your newly created repository.
    • Click "Close".
    • Wait a bit; click "Refresh" if necessary.
    • Click "Release".
  • If it doesn't work, call for help.