jenkins-job-builder/tests/general/fixtures/set-retry-count001.xml
Vitaliy Lotorev c9c784aecc add retry-count in general.py
implement retry-coutn in general.py;
update doc and add test fixtures

Change-Id: Ifeb4fb645ad0e4bc12d41ef4481aca1888a4041a
2014-03-28 00:41:22 +04:00

11 lines
388 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<keepDependencies>false</keepDependencies>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<concurrentBuild>false</concurrentBuild>
<canRoam>true</canRoam>
<scmCheckoutRetryCount>8</scmCheckoutRetryCount>
</project>