Skip to content

Commit 6a8a559

Browse files
authored
Merge pull request #25371 from eclipse-ee4j/OndroMih-fix-links-release-guide
Fix links in release guide
2 parents 7e49cbf + a276678 commit 6a8a559

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ In this example we assume 7.0.19.
55
1. Check beforehand that this version does NOT exist in [staging](https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/main/distributions/glassfish/) else bump the version
66
2. Go to [GlassFish CI](https://ci.eclipse.org/glassfish/)
77
3. [Log in](https://ci.eclipse.org/glassfish/login?from=%2Fglassfish%2F)
8-
4. Open [glassfish_1-build-and-stage](https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_1-build-and-stage/)
9-
5. Click [Build with parameters](https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_1-build-and-stage//build) in menu
8+
4. Open [1_glassfish-build-and-stage](https://ci.eclipse.org/glassfish/view/GlassFish/job/1_glassfish-build-and-stage/)
9+
5. Click [Build with parameters](https://ci.eclipse.org/glassfish/view/GlassFish/job/1_glassfish-build-and-stage/build) in menu
1010
- `RELEASE_VERSION` = `7.0.19`
1111
- `USE_STAGING_REPO` = `false` (uncheck)
1212
- click [Build] button
1313
6. Wait for it to finish successfully
14-
7. Drill down into this build e.g. [build 79](https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_1-build-and-stage/79/)
15-
8. Click [Console Output](https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_1-build-and-stage/79/console) in menu
14+
7. Drill down into this build e.g. [build 79](https://ci.eclipse.org/glassfish/view/GlassFish/job/1_glassfish-build-and-stage/79/)
15+
8. Click [Console Output](https://ci.eclipse.org/glassfish/view/GlassFish/job/1_glassfish-build-and-stage/79/console) in menu
1616
9. Ctrl+F 'orgglassfish', to find release ID, e.g. `Created staging repository with ID "orgglassfish-1230"`, remember this for `STAGING_RELEASE_ID` in a later step
1717
In case the release ID is not in the log (sometimes it just isn't, we don't know why), use
18-
go to [jsftemplating_1_build-and-stage]()https://ci.eclipse.org/glassfish/view/JSFTemplating/job/jsftemplating_1_build-and-stage/build
18+
go to [1_jsftemplating-build-and-stage](https://ci.eclipse.org/glassfish/view/JSFTemplating/job/1_jsftemplating-build-and-stage/build)
1919
- `LIST_FIRST` = `true` (check)
2020
- click [Build] button
2121
In the output, look for a line like the following:

0 commit comments

Comments
 (0)