jenkins-job-builder/tests/builders/fixtures/powershell.xml
aidan.mcginley baf6670148 Adding support for the Powershell plugin.
See https://wiki.jenkins-ci.org/display/JENKINS/PowerShell+Plugin

Change-Id: I337ea896e358fe456e556a95e22e724fe20cd722
2014-09-12 15:58:14 +01:00

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>