On Mon, 12 Jul 2021 13:17:18 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Paraphrased description from the bug report: > > The "Building the JDK" page has a jtreg download link pointing to > <https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/lastSuccessfulBuild/artifact> > but that gets a 404. I believe the correct link is > <https://ci.adoptopenjdk.net/view/work-in-progress/job/GetNode/lastSuccessfulBuild/artifact/> > , which is not all that easy to find. Changes requested by sgehwolf (Reviewer). doc/building.md line 851: > 849: The [Adoption Group](https://wiki.openjdk.java.net/display/Adoption) > provides > 850: recent builds of jtreg [here]( > 851: > https://ci.adoptopenjdk.net/view/work-in-progress/job/GetNode/lastSuccessfulBuild/artifact/). The right link is: https://ci.adoptopenjdk.net/view/Dependencies/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/ ------------- PR: https://git.openjdk.java.net/jdk/pull/4754