jenkins-job-builder/tests/builders/fixtures/powershell.xml

9 lines
211 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.plugins.powershell.PowerShell>
<command>foo/foo.ps1</command>
</hudson.plugins.powershell.PowerShell>
</builders>
</project>