jenkins-job-builder/tests/wrappers/fixtures/locks002.xml
Lukas Bednar 90f4dc0dfe wrappers: fixed locks for empty collection
it caused "Locks" checkbox to be checked, and it picked up first lock
from selectbox as default.

Change-Id: I13fdf104c6c32b783fb539f8947e3e071cb9788c
Signed-off-by: Lukas Bednar <lbednar@redhat.com>
2014-09-15 14:49:49 +02:00

16 lines
558 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<buildWrappers>
<hudson.plugins.locksandlatches.LockWrapper>
<locks>
<hudson.plugins.locksandlatches.LockWrapper_-LockWaitConfig>
<name>FOO</name>
</hudson.plugins.locksandlatches.LockWrapper_-LockWaitConfig>
<hudson.plugins.locksandlatches.LockWrapper_-LockWaitConfig>
<name>FOO2</name>
</hudson.plugins.locksandlatches.LockWrapper_-LockWaitConfig>
</locks>
</hudson.plugins.locksandlatches.LockWrapper>
</buildWrappers>
</project>