jenkins-job-builder/tests/publishers/fixtures/cloudfoundry-full.xml

63 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher plugin="cloudfoundry">
<target>https://api.stackato-rkw2.local</target>
<organization>AS</organization>
<cloudSpace>SimpleSpace</cloudSpace>
<credentialsId>123</credentialsId>
<selfSigned>true</selfSigned>
<resetIfExists>true</resetIfExists>
<pluginTimeout>240</pluginTimeout>
<appURIs/>
<servicesToCreate>
<com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-Service>
<name>foo-name</name>
<type>foo-type</type>
<plan>plan1</plan>
<resetService>true</resetService>
</com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-Service>
<com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-Service>
<name>bar-name</name>
<type>bar-type</type>
<plan>plan2</plan>
<resetService>false</resetService>
</com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-Service>
</servicesToCreate>
<manifestChoice>
<value>jenkinsConfig</value>
<manifestFile>manifest.yml</manifestFile>
<appName>cloudfoundry</appName>
<memory>1024</memory>
<hostname>cloudfoundry</hostname>
<instances>5</instances>
<timeout>120</timeout>
<noRoute>true</noRoute>
<appPath>foo</appPath>
<buildpack>custom-buildpack</buildpack>
<stack>custom-stack</stack>
<command>start</command>
<domain>cloudfoundry.domain</domain>
<envVars>
<com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-EnvironmentVariable>
<key>key</key>
<value>value</value>
</com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-EnvironmentVariable>
<com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-EnvironmentVariable>
<key>key2</key>
<value>value2</value>
</com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-EnvironmentVariable>
</envVars>
<servicesNames>
<com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-ServiceName>
<name>service-name</name>
</com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-ServiceName>
<com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-ServiceName>
<name>service-name2</name>
</com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher_-ServiceName>
</servicesNames>
</manifestChoice>
</com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher>
</publishers>
</project>