Merge "Add EMPTY_FOLDER_XML str to match docs"
This commit is contained in:
commit
0d0c12bc80
@ -138,6 +138,16 @@ EMPTY_CONFIG_XML = '''<?xml version='1.0' encoding='UTF-8'?>
|
|||||||
<buildWrappers/>
|
<buildWrappers/>
|
||||||
</project>'''
|
</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
|
# for testing only
|
||||||
RECONFIG_XML = '''<?xml version='1.0' encoding='UTF-8'?>
|
RECONFIG_XML = '''<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<project>
|
<project>
|
||||||
|
Loading…
Reference in New Issue
Block a user