fce15e414b
- 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>
17 lines
435 B
XML
17 lines
435 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<hudson.plugins.groovy.Groovy>
|
|
<scriptSource class="hudson.plugins.groovy.StringScriptSource">
|
|
<command>println Hello</command>
|
|
</scriptSource>
|
|
<groovyName>(Default)</groovyName>
|
|
<parameters/>
|
|
<scriptParameters/>
|
|
<properties/>
|
|
<javaOpts/>
|
|
<classPath/>
|
|
</hudson.plugins.groovy.Groovy>
|
|
</builders>
|
|
</project>
|