Remove openstack-specific description.

It's in the openstack defaults now.

Change-Id: Ib65ed00bec0cea363414e20ec799bde4fb33bac0
Reviewed-on: https://review.openstack.org/12471
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-09-05 14:15:45 -07:00 committed by Jenkins
parent 6924ebc247
commit 631a5603d1
1 changed files with 1 additions and 10 deletions

View File

@ -124,16 +124,7 @@ class YamlParser(object):
def gen_xml(self, xml, data):
XML.SubElement(xml, 'actions')
description = XML.SubElement(xml, 'description')
description.text = """THIS JOB IS MANAGED BY PUPPET \
AND WILL BE OVERWRITTEN.
DON'T EDIT THIS JOB THROUGH THE WEB
If you would like to make changes to this job, please see:
https://github.com/openstack/openstack-ci-puppet
In modules/jenkins_jobs"""
description.text = data.get('description', '')
XML.SubElement(xml, 'keepDependencies').text = 'false'
if data.get('disabled'):
XML.SubElement(xml, 'disabled').text = 'true'