These are the relevant repositories for the Solr Continuous Delivery talk. Each one has more information in its respective README:
- https://github.com/jstrassburg/solr-jenkins-cicd - This repo contains a jenkins_home directory with a script to start a stage/production Solr node with Vagrant and a script to start everything.
- https://github.com/jstrassburg/lucene-solr/tree/branch_6_1 - A fork of the official lucene-solr repo. When you run the Solr Pipeline this repository is cloned and built into a package and deployed to the Solr servers. If you want to try out the developer workflow you need this repository cloned and build.
- https://github.com/jstrassburg/solr-jenkins-cicd-conf - This repository contains our version controlled Solr configuration which gets deployed with the Solr Configuration Pipeline in Jenkins.