Sha256: e171917c6d1dc398ae31fd9318caaa02a191309e42a262502ddcaa4ed443bfd1

Contents?: true

Size: 1.26 KB

Versions: 19

Compression:

Stored size: 1.26 KB

Contents

<?xml version='1.0' encoding='UTF-8'?>
<flow-definition plugin="workflow-job@2.3">
    <actions/>
    <description></description>
    <keepDependencies>false</keepDependencies>
    <definition class="org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition" plugin="workflow-cps@2.9">
        <script>
        </script>
        <sandbox>true</sandbox>
    </definition>
    <triggers/>
    <quietPeriod><%= quiet_period %></quietPeriod>
    <properties>
        <org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty>
            <triggers>
                <hudson.triggers.SCMTrigger>
                    <spec>H/30 * * * *</spec>
                    <ignorePostCommitHooks>false</ignorePostCommitHooks>
                </hudson.triggers.SCMTrigger>
            </triggers>
        </org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty>
        <jenkins.model.BuildDiscarderProperty>
            <strategy class="hudson.tasks.LogRotator">
                <daysToKeep>30</daysToKeep>
                <numToKeep>-1</numToKeep>
                <artifactDaysToKeep>10</artifactDaysToKeep>
                <artifactNumToKeep>-1</artifactNumToKeep>
            </strategy>
        </jenkins.model.BuildDiscarderProperty>
    </properties>
</flow-definition>


Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
autoproj-jenkins-0.3.15 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.14 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.13 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.12 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.11 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.10 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.9 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.8 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.7 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.6 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.5 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.4 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.3 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.2 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.1 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.3.0 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.2.2 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.2.1 lib/autoproj/jenkins/templates/buildconf.xml.erb
autoproj-jenkins-0.2.0 lib/autoproj/jenkins/templates/buildconf.xml.erb