jenkins-job-builder/tests/publishers/fixtures/google_cloud_storage001.xml
Yolande Amate 895ceea792 Update google_cloud_storage to use convert_xml()
Update tests

Change-Id: Id3b65f58aac60f1ea43459fe14bba7456e8a1cf7
2017-07-25 21:37:02 +01:00

18 lines
724 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<com.google.jenkins.plugins.storage.GoogleCloudStorageUploader plugin="google-storage-plugin">
<credentialsId>myCredentials</credentialsId>
<uploads>
<com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager>
<bucketNameWithVars>gs://myBucket</bucketNameWithVars>
<sharedPublicly>false</sharedPublicly>
<forFailedJobs>false</forFailedJobs>
<bucketObjectTTL>7</bucketObjectTTL>
<module/>
</com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager>
</uploads>
</com.google.jenkins.plugins.storage.GoogleCloudStorageUploader>
</publishers>
</project>