04139e0f5e
Closes-Bug: #1251869 Change-Id: Ibc49e1aca7b33eb9c0c21472a924cb375069ee51
13 lines
387 B
XML
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>
|