de4fb862f3
The publish-over plugins all expose the option 'verbose' to all for lots of debug output from the connection to be outputted to the jenkins console. However by default this is supposed to be disabled ('false') so update the existing code to switch to the correct behaviour. Change-Id: Ie9acb1a005a25cd5c9f279cc89d5178eb8d54dd7
37 lines
1.6 KiB
XML
37 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<jenkins.plugins.publish__over__ssh.BapSshBuilderPlugin>
|
|
<delegate>
|
|
<consolePrefix>SSH: </consolePrefix>
|
|
<delegate>
|
|
<publishers>
|
|
<jenkins.plugins.publish__over__ssh.BapSshPublisher>
|
|
<configName>server.example.com</configName>
|
|
<verbose>false</verbose>
|
|
<transfers>
|
|
<jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
|
<remoteDirectory>dest/dir</remoteDirectory>
|
|
<sourceFiles>base/source/dir/**</sourceFiles>
|
|
<excludes/>
|
|
<removePrefix/>
|
|
<remoteDirectorySDF>false</remoteDirectorySDF>
|
|
<flatten>false</flatten>
|
|
<cleanRemote>false</cleanRemote>
|
|
<execTimeout>1800000</execTimeout>
|
|
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
|
</transfers>
|
|
<useWorkspaceInPromotion>false</useWorkspaceInPromotion>
|
|
<usePromotionTimestamp>false</usePromotionTimestamp>
|
|
</jenkins.plugins.publish__over__ssh.BapSshPublisher>
|
|
</publishers>
|
|
<continueOnError>false</continueOnError>
|
|
<failOnError>false</failOnError>
|
|
<alwaysPublishFromMaster>false</alwaysPublishFromMaster>
|
|
<hostConfigurationAccess class="jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin" reference="../.."/>
|
|
</delegate>
|
|
</delegate>
|
|
</jenkins.plugins.publish__over__ssh.BapSshBuilderPlugin>
|
|
</builders>
|
|
</project>
|