Flow project support

The approach is pretty straigh forward, it consists of one new
module handling the project-type "flow". It supports the only field
needed by this kind of project an XML block containing the flow
description in a custom DSL.

Change-Id: I5195391609b3058ae9e24a59024e0cc7a69b16a0
Implements: blueprint jenkins-job-builder-flow
This commit is contained in:
Pierre Rognant
2013-10-04 14:30:02 -04:00
parent dbceb33dac
commit 822ecab7d0
4 changed files with 58 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ setuptools.setup(
'jenkins-jobs=jenkins_jobs.cmd:main',
],
'jenkins_jobs.projects': [
'flow=jenkins_jobs.modules.project_flow:Flow',
'freestyle=jenkins_jobs.modules.project_freestyle:Freestyle',
'matrix=jenkins_jobs.modules.project_matrix:Matrix',
'maven=jenkins_jobs.modules.project_maven:Maven',