You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2017/01/16 17:39:43 UTC

[Solr Wiki] Update of "NightlyBuilds" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "NightlyBuilds" page has been changed by SteveRowe:
https://wiki.apache.org/solr/NightlyBuilds?action=diff&rev1=20&rev2=21

Comment:
Remove obsolete notice and modernize links & text: 4.x->6.x; 5.x->7.0; trunk->master

- {{{#!wiki caution
- OBSOLETE: Future under disucssion.}}}
- 
  = Nightly Builds =
  
+ The Solr nightly builds are run on Jenkins.
- The Solr nightly builds are run on Jenkins (the continuous integration server formerly known as Hudson).
- 
  
  == Jenkins Nightly Builds ==
  
-  * 4.x-SNAPSHOT: [[https://builds.apache.org/job/Solr-Artifacts-4.x/lastSuccessfulBuild/artifact/solr/package/|Download]] - [[https://builds.apache.org/job/Solr-Artifacts-4.x/|Status]] - [[https://builds.apache.org/job/Lucene-Solr-Clover-4.x/lastSuccessfulBuild/clover|Clover Test Coverage]] - [[https://builds.apache.org/job/Solr-Artifacts-4.x/javadoc/|Javadocs]]
+  * 6.x-SNAPSHOT: [[https://builds.apache.org/job/Solr-Artifacts-6.x/lastSuccessfulBuild/artifact/solr/package/|Download]] - [[https://builds.apache.org/job/Solr-Artifacts-6.x/|Status]] - [[https://builds.apache.org/job/Lucene-Solr-Clover-6.x/lastSuccessfulBuild/clover|Clover Test Coverage]] - [[https://builds.apache.org/job/Solr-Artifacts-6.x/javadoc/|Javadocs]]
  
-  * Trunk (5.x-SNAPSHOT): [[https://builds.apache.org/job/Solr-Artifacts-trunk/lastSuccessfulBuild/artifact/solr/package/|Download]] - [[http://builds.apache.org/job/Solr-Artifacts-trunk/|Status]] - [[https://builds.apache.org/job/Lucene-Solr-Clover-trunk/lastSuccessfulBuild/clover/|Clover Test Coverage]] - [[https://builds.apache.org/job/Solr-Artifacts-trunk/javadoc/|Javadocs]]
+  * Master (7.0-SNAPSHOT): [[https://builds.apache.org/job/Solr-Artifacts-master/lastSuccessfulBuild/artifact/solr/package/|Download]] - [[http://builds.apache.org/job/Solr-Artifacts-master/|Status]] - [[https://builds.apache.org/job/Lucene-Solr-Clover-master/lastSuccessfulBuild/clover/|Clover Test Coverage]] - [[https://builds.apache.org/job/Solr-Artifacts-master/javadoc/|Javadocs]]
  
  
  Dedicated nightly Maven builds are run on Jenkins for both Solr and Lucene:
  
-  * 4.x-SNAPSHOT: [[http://builds.apache.org/job/Lucene-Solr-Maven-4.x/|Status]]
+  * 6.x-SNAPSHOT: [[http://builds.apache.org/job/Lucene-Solr-Maven-6.x/|Status]]
-  * Trunk (5.x-SNAPSHOT): [[http://builds.apache.org/job/Lucene-Solr-Maven-trunk/|Status]]
+  * Master (7.0-SNAPSHOT): [[http://builds.apache.org/job/Lucene-Solr-Maven-master/|Status]]
  
  Snapshots are deployed from the above two builds to the Apache Snapshot repository. Add the following to your pom.xml to use these artifacts:
  {{{