Go to file
R. Tyler Croy 4516b6f4b0
Add the restricted declarative plugin
2018-01-02 12:09:11 -08:00
init.groovy.d Import code from the old tree with some minor adjustments 2017-12-19 16:27:52 -08:00
proxy Rework the proxy Makefile to download docker-compose automagically for the build 2017-12-21 07:07:27 -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 Forgot to remove some things which went to the base container 2017-12-21 09:17:22 -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>