summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/jclouds001.xml
blob: 2b3a3f1f22c57d0c9a153ae4afb114c127291910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <jenkins.plugins.jclouds.blobstore.BlobStorePublisher>
      <entries>
        <jenkins.plugins.jclouds.blobstore.BlobStoreEntry>
          <container>jenkins</container>
          <sourceFile>*.tar.gz</sourceFile>
          <keepHierarchy>false</keepHierarchy>
          <path>test base dir</path>
        </jenkins.plugins.jclouds.blobstore.BlobStoreEntry>
      </entries>
      <profileName>hp</profileName>
    </jenkins.plugins.jclouds.blobstore.BlobStorePublisher>
  </publishers>
</project>