Merge "Add build-publisher to jenkins-job-builder"

This commit is contained in:
Jenkins
2013-11-14 11:25:53 +00:00
committed by Gerrit Code Review
4 changed files with 73 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ setuptools.setup(
'jenkins_jobs.publishers': [
'aggregate-tests=jenkins_jobs.modules.publishers:aggregate_tests',
'archive=jenkins_jobs.modules.publishers:archive',
'build-publisher=jenkins_jobs.modules.publishers:build_publisher',
'checkstyle=jenkins_jobs.modules.publishers:checkstyle',
'cifs=jenkins_jobs.modules.publishers:cifs',
'claim-build=jenkins_jobs.modules.publishers:claim_build',