Remove openstack-specific description.

It's in the openstack defaults now.

Change-Id: Ib65ed00bec0cea363414e20ec799bde4fb33bac0
This commit is contained in:
James E. Blair 2012-09-05 14:15:45 -07:00
parent b53caec8ff
commit bd8c486e51
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'