jenkins-job-builder/tests/properties/fixtures/groovy-label-full.xml
Kyrylo Shatskyy 231fcf8c46 Add support for 'Groovy Label Assignment Plugin'
Change-Id: I7978fc4997335fa6d756c24d40ed516698507d60
2017-03-16 19:12:06 +01:00

26 lines
890 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<jp.ikedam.jenkins.plugins.groovy__label__assignment.GroovyLabelAssignmentProperty plugin="groovy-label-assignment">
<secureGroovyScript plugin="script-security">
<script>$LABEL_NAME</script>
<sandbox>true</sandbox>
<classpath>
<entry>
<url>file:/minimal/absolute/path/to/file.jar</url>
</entry>
<entry>
<url>file:///traditional/absolute/path/to/file.jar</url>
</entry>
<entry>
<url>http://example.org/path/to/file.jar</url>
</entry>
<entry>
<url>https://example.org/path/to/file.jar</url>
</entry>
</classpath>
</secureGroovyScript>
</jp.ikedam.jenkins.plugins.groovy__label__assignment.GroovyLabelAssignmentProperty>
</properties>
</project>