|
|
|
@ -3,7 +3,19 @@
|
|
|
|
|
<actions/>
|
|
|
|
|
<description></description>
|
|
|
|
|
<keepDependencies>false</keepDependencies>
|
|
|
|
|
<properties/>
|
|
|
|
|
<properties>
|
|
|
|
|
<jenkins.model.BuildDiscarderProperty>
|
|
|
|
|
<strategy class="hudson.tasks.LogRotator">
|
|
|
|
|
<daysToKeep>-1</daysToKeep>
|
|
|
|
|
<numToKeep>50</numToKeep>
|
|
|
|
|
<artifactDaysToKeep>-1</artifactDaysToKeep>
|
|
|
|
|
<artifactNumToKeep>-1</artifactNumToKeep>
|
|
|
|
|
</strategy>
|
|
|
|
|
</jenkins.model.BuildDiscarderProperty>
|
|
|
|
|
<com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty plugin="naginator@1.18">
|
|
|
|
|
<optOut>false</optOut>
|
|
|
|
|
</com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty>
|
|
|
|
|
</properties>
|
|
|
|
|
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.3">
|
|
|
|
|
<configVersion>2</configVersion>
|
|
|
|
|
<userRemoteConfigs>
|
|
|
|
@ -58,6 +70,14 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
|
|
|
|
</hudson.tasks.Shell>
|
|
|
|
|
</builders>
|
|
|
|
|
<publishers>
|
|
|
|
|
<com.chikli.hudson.plugin.naginator.NaginatorPublisher plugin="naginator@1.18">
|
|
|
|
|
<regexpForRerun></regexpForRerun>
|
|
|
|
|
<rerunIfUnstable>false</rerunIfUnstable>
|
|
|
|
|
<rerunMatrixPart>false</rerunMatrixPart>
|
|
|
|
|
<checkRegexp>false</checkRegexp>
|
|
|
|
|
<regexpForMatrixStrategy>TestParent</regexpForMatrixStrategy>
|
|
|
|
|
<maxSchedule>2</maxSchedule>
|
|
|
|
|
</com.chikli.hudson.plugin.naginator.NaginatorPublisher>
|
|
|
|
|
<hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup@0.37">
|
|
|
|
|
<patterns class="empty-list"/>
|
|
|
|
|
<deleteDirs>false</deleteDirs>
|
|
|
|
|