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'
|
||||
else:
|
||||
XML.SubElement(self.xml, 'concurrentBuild').text = 'false'
|
||||
XML.SubElement(self.xml, 'buildWrappers')
|
||||
|
||||
for module in self.registry.modules:
|
||||
if hasattr(module, 'gen_xml'):
|
||||
|
Loading…
Reference in New Issue
Block a user