2014-09-26 10:51:50 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
|
|
|
<jenkins.plugins.publish__over__ftp.BapFtpPublisherPlugin>
|
|
|
|
<consolePrefix>FTP: </consolePrefix>
|
|
|
|
<delegate>
|
|
|
|
<publishers>
|
|
|
|
<jenkins.plugins.publish__over__ftp.BapFtpPublisher>
|
|
|
|
<configName>ftp.example.com</configName>
|
|
|
|
<verbose>true</verbose>
|
|
|
|
<transfers>
|
|
|
|
<jenkins.plugins.publish__over__ftp.BapFtpTransfer>
|
2018-08-23 14:53:47 +01:00
|
|
|
<remoteDirectory>'dest/dir/'yyyyMMddHHmmss</remoteDirectory>
|
2014-09-26 10:51:50 +01:00
|
|
|
<sourceFiles>base/source/dir/**</sourceFiles>
|
|
|
|
<excludes>**/*.excludedfiletype</excludes>
|
|
|
|
<removePrefix>base/source/dir</removePrefix>
|
2018-08-23 14:53:47 +01:00
|
|
|
<remoteDirectorySDF>true</remoteDirectorySDF>
|
2014-09-26 10:51:50 +01:00
|
|
|
<flatten>true</flatten>
|
2018-08-23 14:53:47 +01:00
|
|
|
<cleanRemote>true</cleanRemote>
|
2014-09-26 10:51:50 +01:00
|
|
|
<asciiMode>false</asciiMode>
|
|
|
|
</jenkins.plugins.publish__over__ftp.BapFtpTransfer>
|
|
|
|
</transfers>
|
|
|
|
<useWorkspaceInPromotion>false</useWorkspaceInPromotion>
|
|
|
|
<usePromotionTimestamp>false</usePromotionTimestamp>
|
2018-12-16 16:04:27 +08:00
|
|
|
<retry class="jenkins.plugins.publish_over_ftp.BapFtpRetry">
|
|
|
|
<retries>99</retries>
|
|
|
|
<retryDelay>12345</retryDelay>
|
|
|
|
</retry>
|
2014-09-26 10:51:50 +01:00
|
|
|
</jenkins.plugins.publish__over__ftp.BapFtpPublisher>
|
|
|
|
</publishers>
|
|
|
|
<continueOnError>false</continueOnError>
|
2018-08-23 14:53:47 +01:00
|
|
|
<failOnError>true</failOnError>
|
2014-09-26 10:51:50 +01:00
|
|
|
<alwaysPublishFromMaster>false</alwaysPublishFromMaster>
|
|
|
|
<hostConfigurationAccess class="jenkins.plugins.publish_over_ftp.BapFtpPublisherPlugin" reference="../.."/>
|
|
|
|
</delegate>
|
|
|
|
</jenkins.plugins.publish__over__ftp.BapFtpPublisherPlugin>
|
|
|
|
</publishers>
|
|
|
|
</project>
|