Go to file
R. Tyler Croy 452e81c0d2
Persist sessions using a consistent session secret and memcached
Fixes #79
2017-12-23 14:38:50 -08:00
assets
k8s Switch to the new docker image in the codevalet org on docker hub 2017-12-22 11:34:32 -08:00
plans Add some Terraform variable defaults to ensure Terraform can run in CI 2017-12-12 15:38:20 -08:00
scripts Move all the master code into codevalet/master 2017-12-20 15:53:09 -08:00
webapp Persist sessions using a consistent session secret and memcached 2017-12-23 14:38:50 -08:00
.gitignore
HACKING.adoc Add some notes on deploying the AKS cluster with infra in place 2017-12-03 10:26:11 -08:00
Jenkinsfile Move all the master code into codevalet/master 2017-12-20 15:53:09 -08:00
LICENSE
Makefile Move all the master code into codevalet/master 2017-12-20 15:53:09 -08:00
README.adoc Update the README to have a proper build badge 2017-12-12 15:59:45 -08:00
docker-compose.yml Persist sessions using a consistent session secret and memcached 2017-12-23 14:38:50 -08:00
monkeys.txt Add the JRuby organization 2017-12-13 13:20:37 -08:00

README.adoc

<html lang="en"> <head> </head>

Code Valet

Gitter Code Valet on Code Valet

Code Valet is a Monkey

Joining Code Valet

Currently Code Valet is in private alpha, to receive updates on our progress and join the private alpha/public beta, please sign up for our newsletter.

Adding Plugins

The Jenkins masters which run in the Code Valet cluster will take the latest core build and build the master branch of all the plugins listed in plugins.txt in this repository, and all of those plugins' dependencies.

In order to propose a new plugin, submit a pull request editing plugins.txt with the name of the plugin repository under github.com/jenkinsci/.

Meta

Problem

The Jenkins project faces a challenge unusual to other contemporary CI/CD tools in that it is downloaded and executed on a users machine(s) rather than as a service. While this offers quite a lot of flexibility to the end-user, it puts Jenkins developers at a disadvantage for a number of reasons:

  1. There is no direct return line of feedback from where their code is executed. No error reports, etc.

  2. There is a significant lag between developers releasing code and it being adopted/used.

Solution

A free service which provides basic CI/CD functions, with Jenkins as the core platform, to all open source repositories on GitHub.

With a regularly updated "Jenkins distribution," consisting of many of the key plugins which people use, built from master, and rolled through the Code Valet cluster. Providing rapid, real-world, usage of Jenkins code.

Goals

  1. Provide a rapid feedback loop for Jenkins developers through real-world usage.

  2. Introduce new people to the wonders of Jenkins Pipeline and Blue Ocean.

Success Stories

Below are a list of commits or pull requests created as a result of Code Valet:

</html>