jenkins-job-builder/tests/properties/fixtures/heavy-job.xml
Sergey Kolekonov 53c41a0e5f Heavy Job Plugin support added
This plugin allows you to define "weight" on each job,
and making each job consume that many executors

Change-Id: Iee49229b0d3c909f320caa9bd6c1ebb6bc37ddcb
2014-02-13 13:09:30 +04:00

8 lines
214 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<hudson.plugins.heavy__job.HeavyJobProperty>
<weight>2</weight>
</hudson.plugins.heavy__job.HeavyJobProperty>
</properties>
</project>