puppet-openstackci/templates/be.certipost.hudson.plugin.SCPRepositoryPublisher.xml.erb
Ramy Asselin 5e0fdb6c92 Prepopulate log server for single-node-ci
Automatically create the jenkins SCP repository host
for jenkins job log files.  Otherwise it needs to be setup
manually.

Change-Id: I54ecccc3d3d9e668d989ec52a822fc194722e619
2015-11-20 09:48:39 -08:00

15 lines
593 B
Plaintext

<?xml version='1.0' encoding='UTF-8'?>
<be.certipost.hudson.plugin.SCPRepositoryPublisher_-DescriptorImpl plugin="scp@1.9-SNAPSHOT">
<sites>
<be.certipost.hudson.plugin.SCPSite>
<displayname>LogServer</displayname>
<hostname><%= @log_server %></hostname>
<port>22</port>
<username>jenkins</username>
<password></password>
<keyfile>/var/lib/jenkins/.ssh/id_rsa</keyfile>
<rootRepositoryPath>/srv/static</rootRepositoryPath>
</be.certipost.hudson.plugin.SCPSite>
</sites>
</be.certipost.hudson.plugin.SCPRepositoryPublisher_-DescriptorImpl>