From 1a777acb4c9927acc022c85e76efa46decdc14d7 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Tue, 7 Jul 2015 20:27:11 -0700 Subject: [PATCH] [docs] Including Jenkins configuration file This file is highly localized for my personal set-up. If you want to run Jenkins yourself, you *will* have to edit it, or use it as an example in your own set-up. --- extras/jenkins_config.xml | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 extras/jenkins_config.xml diff --git a/extras/jenkins_config.xml b/extras/jenkins_config.xml new file mode 100644 index 0000000..c807d14 --- /dev/null +++ b/extras/jenkins_config.xml @@ -0,0 +1,57 @@ + + + + Building in the chapters of Lisp In Small Pieces. + + -1 + 10 + -1 + -1 + + false + + + 2 + + + file:///home/elf/Projects/LispInSmallPieces + + + + + */master + + + false + + + + true + false + false + false + + + + file:///home/elf/Projects/LispInSmallPieces + false + false + false + + + false + + + make node_modules test + + + + + test-reports.xml + false + + 1.0 + + + + \ No newline at end of file