João Cravo 04139e0f5e Add support for builder Groovy and System Groovy
Closes-Bug: #1251869
Change-Id: Ibc49e1aca7b33eb9c0c21472a924cb375069ee51
2014-07-07 17:39:07 +01:00

13 lines
387 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.plugins.groovy.SystemGroovy>
<scriptSource class="hudson.plugins.groovy.StringScriptSource">
<command>Some command</command>
</scriptSource>
<bindings>Some bindings</bindings>
<classpath>Some classpath</classpath>
</hudson.plugins.groovy.SystemGroovy>
</builders>
</project>