|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
Workaround:
Wrap powershell in cmd and redirect input:
<configuration> <executable>cmd</executable> <commandlineArgs>/c powershell -Command "Write-Output Test" <nul</commandlineArgs> </configuration>