jenkins-job-builder/tests/wrappers/fixtures/custom-tools001.xml
Yolande Amate 484446ddd0 Update custom_tools to use convert_to_xml()
Change-Id: I2a9c3a195c0999f8971b02bb691fd486015cfbed
2017-07-21 15:25:19 +01:00

17 lines
689 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<buildWrappers>
<com.cloudbees.jenkins.plugins.customtools.CustomToolInstallWrapper>
<selectedTools>
<com.cloudbees.jenkins.plugins.customtools.CustomToolInstallWrapper_-SelectedTool>
<name>my_custom_tool</name>
</com.cloudbees.jenkins.plugins.customtools.CustomToolInstallWrapper_-SelectedTool>
</selectedTools>
<multiconfigOptions>
<skipMasterInstallation>true</skipMasterInstallation>
</multiconfigOptions>
<convertHomesToUppercase>true</convertHomesToUppercase>
</com.cloudbees.jenkins.plugins.customtools.CustomToolInstallWrapper>
</buildWrappers>
</project>