Merge "Adding support for the Powershell plugin."

This commit is contained in:
Jenkins
2014-09-30 13:45:49 +00:00
committed by Gerrit Code Review
4 changed files with 27 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,2 @@
builders:
- powershell: "foo/foo.ps1"