
- Add support for file and command options for groovy plugin - Update docs - Update minimal and full tests - Use convert_mapping_to_xml Change-Id: I60f600898f9b2852bc420aa3b5c43f63776a6247 Signed-off-by: Anil Belur <askb23@gmail.com>
9 lines
216 B
YAML
9 lines
216 B
YAML
builders:
|
|
- groovy:
|
|
command: "Some command"
|
|
version: "Groovy 1.2"
|
|
parameters: "parameters"
|
|
script-parameters: "script parameters"
|
|
properties: "properties"
|
|
java-opts: "java opts"
|