
Automatically create the jenkins SCP repository host for jenkins job log files. Otherwise it needs to be setup manually. Change-Id: I54ecccc3d3d9e668d989ec52a822fc194722e619
15 lines
593 B
Plaintext
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>
|