summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2012-08-07 14:11:29 -0700
committerJenkins <jenkins@review.openstack.org>2012-08-10 16:00:42 +0000
commit8f0984169379a1845686d4debfbb7dfbce470978 (patch)
treec3db64083f88d5100ba854f09c4095ac5e8d4788 /.gitignore
parentae673c9ac27106157d4074cdf65189be716964f8 (diff)
downloadpython-jenkins-job-builder-8f0984169379a1845686d4debfbb7dfbce470978.tar.gz
python-jenkins-job-builder-8f0984169379a1845686d4debfbb7dfbce470978.tar.xz
python-jenkins-job-builder-8f0984169379a1845686d4debfbb7dfbce470978.zip
Refactor modules and templating.
Switch to using entry points for loading modules as well as individual buliders, triggers, publishers, etc. Remove most openstack-specific python code. Change templating so it's less repetitive -- a single project definition will suffice for multiple jobs or job-groups. This outputs XML that is identical to the current production XML, warts and all. There are significant improvements that can be made to the YAML in a separate change, as they will cause minor changes to existing jobs (adding timestamps, logrotate, etc.). These are mostly marked with TODO in this change. Change-Id: Idcfddb3b43b6cfef4b20919a84540706d7a0a0b1 Reviewed-on: https://review.openstack.org/11000 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: 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
new file mode 100644
index 00000000..7fdea582
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+*.egg-info