Radically transparent
Go to file
R. Tyler Croy 38d99c4718
Add an Azure Container Registry to the infra plane
This is not yet being utilized by AKS, but should be
2017-11-29 17:36:18 -08:00
assets Add a bad version of the logo for development OAuth applications 2017-08-19 09:00:41 -07:00
init.groovy.d Adjust to the new AzureVMAgentTemplate constructor 2017-10-02 15:16:07 -07:00
k8s Ensure the container comes up with the right securityContext to access the PVC 2017-11-29 17:34:25 -08:00
plans Add an Azure Container Registry to the infra plane 2017-11-29 17:36:18 -08:00
proxy No need for a tty when checking the proxy container 2017-09-03 18:13:09 -07:00
scripts Support provisioning Code Valet properly in some CloudBees accounts with AKS 2017-11-13 15:45:38 -08:00
webapp Replicate the in-container build of gems/native extensions used in codevalet/canary 2017-09-03 21:11:11 -07:00
.dockerignore Set up a new sub-make project for building the nginx-based proxy 2017-08-26 13:00:05 -07:00
.gitignore Ignore .kube in symlink and directory form 2017-08-23 20:07:06 -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 Disable the Jenkins CLI for all instances 2017-08-23 17:34:08 -07:00
HACKING.adoc Small note about some AAD permissions 2017-11-29 17:34:21 -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 Successfully run `deploy` for production 2017-11-13 15:53:02 -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 Generate some location {} blocks for nginx at runtime 2017-08-26 16:50:15 -07:00
monkeys.txt Remove a couple accounts while I rebalance across kubernetes 2017-09-26 19:46:15 -07:00
plugins.txt sentry-plugin is now a real part of the jenkinsci org :shipit: 2017-09-01 14:29:58 -07: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>