231fcf8c46
Change-Id: I7978fc4997335fa6d756c24d40ed516698507d60
26 lines
890 B
XML
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>
|