blob: beba6da7aaea43909edf7fea787692ac3fb7fe4f (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.plugins.python.Python>
<command>import foobar</command>
</hudson.plugins.python.Python>
</builders>
</project>
|