Remove buildWrappers from base xml.
It's in a module now. Change-Id: I96ef714cfb96b8085580bae284250a0c94fef1a5
This commit is contained in:
parent
194aaa84b8
commit
d82139fe28
@ -173,7 +173,6 @@ In modules/jenkins_jobs"
|
|||||||
XML.SubElement(self.xml, 'concurrentBuild').text = 'true'
|
XML.SubElement(self.xml, 'concurrentBuild').text = 'true'
|
||||||
else:
|
else:
|
||||||
XML.SubElement(self.xml, 'concurrentBuild').text = 'false'
|
XML.SubElement(self.xml, 'concurrentBuild').text = 'false'
|
||||||
XML.SubElement(self.xml, 'buildWrappers')
|
|
||||||
|
|
||||||
for module in self.registry.modules:
|
for module in self.registry.modules:
|
||||||
if hasattr(module, 'gen_xml'):
|
if hasattr(module, 'gen_xml'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user