Merge "Adding support for the Powershell plugin."
This commit is contained in:
8
tests/builders/fixtures/powershell.xml
Normal file
8
tests/builders/fixtures/powershell.xml
Normal 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>
|
||||
2
tests/builders/fixtures/powershell.yaml
Normal file
2
tests/builders/fixtures/powershell.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
builders:
|
||||
- powershell: "foo/foo.ps1"
|
||||
Reference in New Issue
Block a user