jenkinsci / azure-cli-plugin

A Jenkins plugin to use Azure CLI for managing Azure resources.
https://plugins.jenkins.io/azure-cli/
MIT License
5 stars 18 forks source link

Does not work on windows #8

Closed ilushka85 closed 6 years ago

ilushka85 commented 6 years ago

Plugin does not work on windows because az is not an exe file but a .cmd which is a windows command. To execute you need to execute via cmd.exe /c command.

PR incoming

torosent commented 6 years ago

PR #9