summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2012-09-11 00:53:26 +0200
committerJenkins <jenkins@review.openstack.org>2012-09-17 20:25:38 +0000
commitab7c6bc6c12a63b898f7cc0d18bd26ae8842d0b4 (patch)
treedf45dd661dbc8039a4377dbf376bef2056a9edf1 /.gitignore
parent32128b37f9f56cc3a4766d2c71f95ebfa18910d3 (diff)
downloadpython-jenkins-job-builder-ab7c6bc6c12a63b898f7cc0d18bd26ae8842d0b4.tar.gz
python-jenkins-job-builder-ab7c6bc6c12a63b898f7cc0d18bd26ae8842d0b4.tar.xz
python-jenkins-job-builder-ab7c6bc6c12a63b898f7cc0d18bd26ae8842d0b4.zip
Add documentation.
Move test.sh to the tools directory. Move parameters and notifications to their own modules; even though they are implemented as Jenkins properties, they make more sense as separate entities in the job builder, because that's they way they are specified in the YAML. All three modules that touch the properties xml object know how to create it if it's missing. Change-Id: I4b42ff10a93fd3ed98f632b58e47f3e0e45086d6 Reviewed-on: https://review.openstack.org/12741 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f16ed480..31f9e5c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
config
.tox
.test
+doc/build
+doc/source/sourcecode