Add EMPTY_FOLDER_XML str to match docs
Change-Id: Ic36ccaa897b8334877b7706e30276103381f9380 Closes-Bug: #1605491
This commit is contained in:
parent
87283efaf0
commit
a2cfa306c2
@ -138,6 +138,16 @@ EMPTY_CONFIG_XML = '''<?xml version='1.0' encoding='UTF-8'?>
|
||||
<buildWrappers/>
|
||||
</project>'''
|
||||
|
||||
# for testing only
|
||||
EMPTY_FOLDER_XML = '''<?xml version='1.0' encoding='UTF-8'?>
|
||||
<com.cloudbees.hudson.plugins.folder.Folder plugin="cloudbees-folder@6.1.2">
|
||||
<actions/>
|
||||
<description></description>
|
||||
<properties/>
|
||||
<folderViews/>
|
||||
<healthMetrics/>
|
||||
</com.cloudbees.hudson.plugins.folder.Folder>'''
|
||||
|
||||
# for testing only
|
||||
RECONFIG_XML = '''<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user