baf6670148
See https://wiki.jenkins-ci.org/display/JENKINS/PowerShell+Plugin Change-Id: I337ea896e358fe456e556a95e22e724fe20cd722
9 lines
211 B
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>
|