Sha256: a2891096c67a525088c4cbd4a87ae63ba921cb72a2a85b248f949005a551c46b
Contents?: true
Size: 819 Bytes
Versions: 2
Compression:
Stored size: 819 Bytes
Contents
<?xml version='1.0' encoding='UTF-8'?> <flow-definition plugin="workflow-job@2.3"> <actions/> <description></description> <keepDependencies>false</keepDependencies> <properties/> <definition class="org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition" plugin="workflow-cps@2.9"> <script /> <sandbox>false</sandbox> </definition> <triggers/> <publishers/> <quietPeriod><%= quiet_period %></quietPeriod> <jenkins.model.BuildDiscarderProperty> <strategy class="hudson.tasks.LogRotator"> <daysToKeep>30</daysToKeep> <numToKeep>-1</numToKeep> <artifactDaysToKeep>7</artifactDaysToKeep> <artifactNumToKeep>-1</artifactNumToKeep> </strategy> </jenkins.model.BuildDiscarderProperty> </flow-definition>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
autoproj-jenkins-0.2.0 | lib/autoproj/jenkins/templates/package.xml.erb |
autoproj-jenkins-0.1.0 | lib/autoproj/jenkins/templates/package.xml.erb |