jenkins-job-builder/tests/properties/fixtures/speed-durability.xml
Igor Lakhtenkov 5dd51be6e6 Added property for configuration of speed/durability setting of the job
Change-Id: Ic20aaa55a21fdd88ede95e15ce81c0c613493819
Task: #41581
2021-01-13 18:10:58 +03:00

9 lines
289 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<org.jenkinsci.plugins.workflow.job.properties.DurabilityHintJobProperty>
<hint>PERFORMANCE_OPTIMIZED</hint>
</org.jenkinsci.plugins.workflow.job.properties.DurabilityHintJobProperty>
</properties>
</project>