jenkins-job-builder/tests/publishers/fixtures/google_cloud_storage001.xml

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>
<module/>
<bucketObjectTTL>7</bucketObjectTTL>
</com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager>
</uploads>
</com.google.jenkins.plugins.storage.GoogleCloudStorageUploader>
</publishers>
</project>