You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/03/10 23:03:04 UTC

[lucene-site] branch main updated: Update Jenkins links on developer page

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ac5a091  Update Jenkins links on developer page
ac5a091 is described below

commit ac5a0917eef33521958687a01592cfbc91498297
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Thu Mar 11 00:02:57 2021 +0100

    Update Jenkins links on developer page
---
 content/pages/core/developer.md | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

diff --git a/content/pages/core/developer.md b/content/pages/core/developer.md
index 4d6b3ed..828bcff 100644
--- a/content/pages/core/developer.md
+++ b/content/pages/core/developer.md
@@ -7,7 +7,7 @@ template: lucene/core/page
 ## Source Code
 The source files are stored using GIT (see https://git-scm.com/documentation)
 
-- Latest **master**:
+- Latest **main**:
 `git clone https://github.com/apache/lucene.git`
   
 **NOTE:** Until the Solr project split is complete, the code is still located in <https://github.com/apache/lucene-solr.git> 
@@ -23,30 +23,21 @@ It is responsible for running nightly builds, tests, javadocs, and code coverage
 ###Nightly Build Javadocs
 Unofficial nightly Javadocs are also generated by Jenkins:
 
-- Unofficial Javadocs from the nightly **master** build are available [here][3].
-
-
-### Clover Test Coverage Reports
-[Clover][4] test coverage results are available:
-
-- As of the most recent nightly **master** build: [here][5]
-
+- Unofficial Javadocs from the nightly **main** build are available [here][3].
 
 ### Nightly Build Download
 
-- Nightly build artifacts are based on the **master** version of the code checked into [GIT][6]: <br/>
-  [Download master Artifacts][7]. Also, Maven artifacts are available from [the ASF snapshot repository][8].
+- Nightly build artifacts are based on the **main** version of the code checked into [GIT][4]: <br/>
+  [Download main Artifacts][5]. Also, Maven artifacts are available from [the ASF snapshot repository][6].
 
 ## Nightly Benchmarks
 
-- Nightly automated benchmarks based on the **master** version of the code are available [here][9].
+- Nightly automated benchmarks based on the **main** version of the code are available [here][7].
 
 [1]: https://cwiki.apache.org/confluence/display/LUCENE/HowToContribute
-[2]: http://jenkins-ci.org/
-[3]: https://ci-builds.apache.org/job/Lucene/job/Lucene-Artifacts-master/javadoc/
-[4]: http://www.atlassian.com/software/clover/
-[5]: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Clover-master/lastSuccessfulBuild/clover-report/dashboard.html
-[6]: https://git-wip-us.apache.org/repos/asf?p=lucene.git
-[7]: https://ci-builds.apache.org/job/Lucene/job/Lucene-Artifacts-master/lastSuccessfulBuild/artifact/lucene/dist/
-[8]: https://repository.apache.org/snapshots/org/apache/lucene/
-[9]: http://home.apache.org/~mikemccand/lucenebench/
+[2]: https://www.jenkins.io/
+[3]: https://ci-builds.apache.org/job/Lucene/job/Lucene-Artifacts-main/javadoc/
+[4]: https://git-wip-us.apache.org/repos/asf?p=lucene.git
+[5]: https://ci-builds.apache.org/job/Lucene/job/Lucene-Artifacts-main/lastSuccessfulBuild/
+[6]: https://repository.apache.org/snapshots/org/apache/lucene/
+[7]: http://home.apache.org/~mikemccand/lucenebench/