Radically transparent
Go to file
R. Tyler Croy f3e608f519
Rebuild the Jenkins master image to embed nginx to handle some redirects
This should make it a bit easier to enforce some routing policies rather than
trying to coerce Kubernetes to do everything for us.
2017-12-12 15:24:00 -08:00
assets
init.groovy.d Move user-specific instances to their own subdomains to avoid issues with Let's Encrypt 2017-12-11 16:33:03 -08:00
k8s Move user-specific instances to their own subdomains to avoid issues with Let's Encrypt 2017-12-11 16:33:03 -08:00
plans Add an Azure Container Registry to the infra plane 2017-11-29 17:36:18 -08:00
scripts Use the latest azure-cli which supports aks 2017-12-03 10:24:18 -08:00
webapp Link to the new subdomain'ed hosts from the home page 2017-12-11 16:55:38 -08:00
.dockerignore Set up a new sub-make project for building the nginx-based proxy 2017-08-26 13:00:05 -07:00
.gitignore
Dockerfile.builder
Dockerfile.master Rebuild the Jenkins master image to embed nginx to handle some redirects 2017-12-12 15:24:00 -08:00
HACKING.adoc Add some notes on deploying the AKS cluster with infra in place 2017-12-03 10:26:11 -08:00
Jenkinsfile Run the `check` target in the Test stage 2017-09-03 18:08:02 -07:00
LICENSE Switch the project to the AGPL which makes more sense for this 2017-08-26 12:41:10 -07:00
Makefile Ensure some form of varfile exists for Jenkins to run 2017-12-11 17:21:28 -08:00
README.adoc Add the proper badge links now that masters are re-parented under codevalet.io 2017-08-27 11:13:04 -07:00
docker-compose.yml Remove the unnecessary proxy code 2017-11-29 17:37:13 -08:00
monkeys.txt Add Owen and Mark back into the mix because hey why not 2017-12-11 16:54:42 -08:00
nginx.master.conf Rebuild the Jenkins master image to embed nginx to handle some redirects 2017-12-12 15:24:00 -08:00
plugins.txt Add the kubernetes-plugin to the mix for hitting ACI 2017-11-29 21:07:39 -08:00
supervisord.conf Rebuild the Jenkins master image to embed nginx to handle some redirects 2017-12-12 15:24:00 -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>