Skip to content

Commit 108b2a7

Browse files
committed
Update and expand nightly builds page
1 parent f0f2465 commit 108b2a7

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

nightly.markdown

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@ title: JRuby Nightly Builds
44
---
55
# JRuby Nightly Builds
66

7-
The most recent successful snapshot gets released on Github nightly.
7+
The most recent successful snapshot gets published to Sonatype's snapshots repository every night and after every successful CI run. Only the `master` branch is automatically published.
88

9-
[**Latest nightly builds**](https://github.com/ruby/jruby-dev-builder/releases/latest)
10-
11-
# JRuby Snapshot Builds
12-
13-
We also publish snapshots of our development branches after every successful CI run.
9+
## Specific artifacts
1410

1511
[**JRuby dist**](https://central.sonatype.com/repository/maven-snapshots/org/jruby/jruby-dist/): The installable distribution of JRuby is in the `jruby-bin` files. Unpack it, run `bin/jruby` and you're all set.
1612

1713
[**Complete jar**](https://central.sonatype.com/repository/maven-snapshots/org/jruby/jruby-complete/): The "complete" jar, containing all standad libraries and preinstalled gems, is in the `jruby-complete...jar` file.
1814

1915
[**Other artifacts**](https://central.sonatype.com/repository/maven-snapshots/org/jruby/): The full complement of Maven artifacts are available as snapshots.
16+
17+
## Other Artifacts
18+
19+
We also publish other non-Maven artifacts on a regular basis.
20+
21+
[**jruby-jars gem**](https://github.com/jruby/jruby/actions/workflows/nightly-snapshot-publish-21.yml): The `jruby-jars` gem is built and archived during our nightly builds. Select a build and look for the archived gem.
22+
23+
[**Docker images**](https://hub.docker.com/_/jruby): Dev snapshots are published to Docker Hub on request or after major updates.
24+
25+
[**Dev builds on GitHub**](https://github.com/ruby/jruby-dev-builder/releases): Dev snapshots are packaged for the `setup-ruby` GitHub Action and other installers on a nightly basis.

0 commit comments

Comments
 (0)