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

10 lines
326 B
YAML

properties:
- groovy-label:
script: "$LABEL_NAME"
sandbox: true
classpath:
- "file:/minimal/absolute/path/to/file.jar"
- "file:///traditional/absolute/path/to/file.jar"
- "http://example.org/path/to/file.jar"
- "https://example.org/path/to/file.jar"