summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/complete001.xml
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2015-01-17 22:10:46 -0500
committerThanh Ha <thanh.ha@linuxfoundation.org>2015-02-03 21:52:20 -0500
commit7d44c58aa25cc3169d8f4cc86f7aa9930fb9971d (patch)
treebf618789123f74ee06828b3f488465c79d531259 /tests/yamlparser/fixtures/complete001.xml
parentd7c37c89a810174afb05499a6a0142384cd1bf21 (diff)
downloadpython-jenkins-job-builder-7d44c58aa25cc3169d8f4cc86f7aa9930fb9971d.tar.gz
python-jenkins-job-builder-7d44c58aa25cc3169d8f4cc86f7aa9930fb9971d.tar.xz
python-jenkins-job-builder-7d44c58aa25cc3169d8f4cc86f7aa9930fb9971d.zip
Update SCM Git Clean configuration to use new extensions style
Use the extensions style configuration for setting the SCM Git clean configuration. With this format we deprecate the older (clean: bool) configuration format and replace it with this format: clean: after: bool before: bool The older configuration is still supported so users who did not update their YAML files can upgrade without updating all their YAML files first. Change-Id: I1cfc0e2951c2b4de5e67bcb8abdf0b8c070e7fc6 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'tests/yamlparser/fixtures/complete001.xml')
-rw-r--r--tests/yamlparser/fixtures/complete001.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/yamlparser/fixtures/complete001.xml b/tests/yamlparser/fixtures/complete001.xml
index fd10bed8..d556b97b 100644
--- a/tests/yamlparser/fixtures/complete001.xml
+++ b/tests/yamlparser/fixtures/complete001.xml
@@ -28,7 +28,6 @@
<recursiveSubmodules>false</recursiveSubmodules>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<authorOrCommitter>false</authorOrCommitter>
- <clean>true</clean>
<wipeOutWorkspace>true</wipeOutWorkspace>
<pruneBranches>true</pruneBranches>
<remotePoll>false</remotePoll>
@@ -43,6 +42,7 @@
<useShallowClone>false</useShallowClone>
<ignoreNotifyCommit>false</ignoreNotifyCommit>
<extensions>
+ <hudson.plugins.git.extensions.impl.CleanCheckout/>
<hudson.plugins.git.extensions.impl.WipeWorkspace/>
</extensions>
<browser class="hudson.plugins.git.browser.GitWeb">