Go to file
R. Tyler Croy d449edfbdb
Ensure `make clean` always succeeds
Sometimes this will fail if the docker daemon claims to have already removed
some stuff. Messy messy messy
2018-01-02 13:32:03 -08:00
init.groovy.d Import code from the old tree with some minor adjustments 2017-12-19 16:27:52 -08:00
proxy Ensure `make clean` always succeeds 2018-01-02 13:32:03 -08:00
scripts Add the restricted declarative plugin 2018-01-02 12:09:11 -08:00
.dockerignore Tweak plugin builds as to not require superuser permissions anywhere 2017-12-19 22:15:35 -08:00
.gitignore Initial commit 2017-12-19 16:16:35 -08:00
Dockerfile Return the agent port to the environment to avoid unnecessary exceptions 2018-01-02 12:13:21 -08:00
Dockerfile.builder Import code from the old tree with some minor adjustments 2017-12-19 16:27:52 -08:00
Jenkinsfile Re-order the `make check` to ensure it passes first 2017-12-21 07:00:00 -08:00
LICENSE Initial commit 2017-12-19 16:16:35 -08:00
Makefile Missed a few references to rtyler/codevalet-builder 2017-12-21 21:11:40 -08:00
README.adoc Re-order the `make check` to ensure it passes first 2017-12-21 07:00:00 -08:00
plugins.yml Refactoring a bit of code out of the one big build-plugins script 2017-12-19 17:03:55 -08:00

README.adoc

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

Code Valet Master

This repository contains the script and code necessary to build a Docker image with a Jenkins master and the necessary plugins for it to operate.

This code was originally located in the codevalet/codevalet repository but has since been moved out to allow for more independent iteration on the master image itself.

Hacking

Prerequisites

  • Git

  • GNU/Make

  • Docker

  • Docker Compose

</html>