Created
July 27, 2017 07:49
-
-
Save stefanbuck/07121c36436ff261be604ecc83dc3c8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project> | |
<actions/> | |
<description/> | |
<keepDependencies>false</keepDependencies> | |
<properties> | |
<com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty plugin="[email protected]"> | |
<doNotScan>false</doNotScan> | |
</com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty> | |
<com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty plugin="[email protected]"> | |
<optOut>false</optOut> | |
</com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty> | |
<com.sonyericsson.rebuild.RebuildSettings plugin="[email protected]"> | |
<autoRebuild>false</autoRebuild> | |
<rebuildDisabled>false</rebuildDisabled> | |
</com.sonyericsson.rebuild.RebuildSettings> | |
<hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="[email protected]"> | |
<maxConcurrentPerNode>0</maxConcurrentPerNode> | |
<maxConcurrentTotal>0</maxConcurrentTotal> | |
<categories class="java.util.concurrent.CopyOnWriteArrayList"/> | |
<throttleEnabled>false</throttleEnabled> | |
<throttleOption>project</throttleOption> | |
<limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams> | |
<paramsToUseForLimit/> | |
</hudson.plugins.throttleconcurrents.ThrottleJobProperty> | |
</properties> | |
<scm class="hudson.scm.NullSCM"/> | |
<canRoam>true</canRoam> | |
<disabled>false</disabled> | |
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | |
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | |
<jdk>(System)</jdk> | |
<triggers/> | |
<concurrentBuild>false</concurrentBuild> | |
<builders> | |
<hudson.tasks.Shell> | |
<command>echo "foo-${BUILD_NUMBER}" > foo.txt</command> | |
</hudson.tasks.Shell> | |
</builders> | |
<publishers> | |
<com.google.jenkins.plugins.storage.GoogleCloudStorageUploader plugin="[email protected]"> | |
<credentialsId>gcloud-projects</credentialsId> | |
<uploads> | |
<com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager> | |
<bucketNameWithVars>gs://jenkins-test</bucketNameWithVars> | |
<sharedPublicly>false</sharedPublicly> | |
<forFailedJobs>false</forFailedJobs> | |
<showInline>false</showInline> | |
<module/> | |
<bucketObjectTTL>6</bucketObjectTTL> | |
</com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager> | |
<com.google.jenkins.plugins.storage.StdoutUpload> | |
<bucketNameWithVars>gs://jenkins-test</bucketNameWithVars> | |
<sharedPublicly>false</sharedPublicly> | |
<forFailedJobs>true</forFailedJobs> | |
<showInline>false</showInline> | |
<module/> | |
<logName>build-log.txt</logName> | |
</com.google.jenkins.plugins.storage.StdoutUpload> | |
<com.google.jenkins.plugins.storage.ClassicUpload> | |
<bucketNameWithVars>gs://jenkins-test</bucketNameWithVars> | |
<sharedPublicly>true</sharedPublicly> | |
<forFailedJobs>false</forFailedJobs> | |
<showInline>false</showInline> | |
<module/> | |
<sourceGlobWithVars>foo.txt</sourceGlobWithVars> | |
</com.google.jenkins.plugins.storage.ClassicUpload> | |
</uploads> | |
</com.google.jenkins.plugins.storage.GoogleCloudStorageUploader> | |
</publishers> | |
<buildWrappers/> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment