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:
1
setup.py
1
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user