24849929e1
- Adds additional support for Config File Provider to builder sections - Move builder/wrapper configuration to a common helper function for reuse Change-Id: Ie80a3abbd42bdd06d138dcd0c5beea26c9a81f26 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
20 lines
912 B
XML
20 lines
912 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<org.jenkinsci.plugins.configfiles.buildwrapper.ConfigFileBuildWrapper plugin="config-file-provider">
|
|
<managedFiles>
|
|
<org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
|
|
<fileId>org.jenkinsci.plugins.configfiles.custom.CustomConfig1234</fileId>
|
|
<targetLocation/>
|
|
<variable/>
|
|
</org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
|
|
<org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
|
|
<fileId>org.jenkinsci.plugins.configfiles.custom.CustomConfig5678</fileId>
|
|
<targetLocation>/foo.txt</targetLocation>
|
|
<variable>varName</variable>
|
|
</org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
|
|
</managedFiles>
|
|
</org.jenkinsci.plugins.configfiles.buildwrapper.ConfigFileBuildWrapper>
|
|
</buildWrappers>
|
|
</project>
|