Go to file
R. Tyler Croy d246d9ee6e
Add a bad version of the logo for development OAuth applications
2017-08-19 09:00:41 -07:00
assets Add a bad version of the logo for development OAuth applications 2017-08-19 09:00:41 -07:00
init.groovy.d Modify the OAuth scopes to limit to public repositories only 2017-08-01 19:04:38 -07:00
k8s Add the new client_id to the environment for k8s 2017-08-01 18:17:35 -07:00
plans Use session affinity for the webapp tier 2017-07-23 15:05:06 -07:00
scripts Clean up the terraform script a bit more to use predictable paths inside the container 2017-08-19 08:56:56 -07:00
webapp Add a redirect template 2017-08-19 09:00:11 -07:00
.dockerignore Source plugins to build into codevalet-master from plugins.txt 2017-07-18 21:29:37 -07:00
.gitignore Make region a variable for the terraform 2017-07-23 00:34:28 -07:00
Dockerfile.builder Move things around so the master will build properly with the init.groovy.d and plugins 2017-07-18 20:54:18 -07:00
Dockerfile.master Rename this directory to be a little more clear 2017-07-20 18:37:05 -07:00
HACKING.adoc Restructure the readme a bit and add some notes on HACKING 2017-07-21 16:43:45 -07:00
LICENSE Initial commit 2017-07-18 17:37:59 -07:00
Makefile Allow kubectl to fail without failing the Make invocation 2017-08-19 08:56:03 -07:00
README.adoc Restructure the readme a bit and add some notes on HACKING 2017-07-21 16:43:45 -07:00
docker-compose.yml Add a simple docker-compose configuration for bringing everything online for dev 2017-07-22 10:56:01 -07:00
monkeys.txt Andrew is a good beta-testing monkey 😈 2017-07-21 16:46:43 -07:00
plugins.txt Add the Azure VM Agents plugin in order to provision agents in the monkey masters 2017-07-20 21:11:39 -07:00

README.adoc

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

Code Valet

Code Valet is a Monkey

Joining Code Valet

In order to join the (alpha) for Code Valet, submit a pull request adding your username to monkeys.txt.

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>