-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sh plugin : Windows Containers #9
Comments
This is a valid issue, I'd test how to extend the "sh" plugin to support Windows shells as well. |
Wow, that's great news, I really think docker cli plugins are exciting, and you're definitely pioneering bigtime. Thanks to you, I have a few ideas for plugins if I ever find the time. |
Of note, Jenkins CI platform has It's really frustrating on Jenkins that there's no generic 'command' function which will pass a command through to the default shell for both windows or linux hosts. So, it's not simple to define a job that can run equally well on windows or linux agents, users have to define conditional logic which is ugly. I don't know if that will be relevant in this case, but it might. |
There's another operating system called "Microsoft Windows", which also supports docker and containers, but it has two different native shells referred to as
command prompt
andpowershell
, and it also supportsbash
if it is installed.A more general plugin could be called "shell" and support any type of container, do you think that's possible?
I guess it's unlikely to be supported here since you actually wrote the plugins in bash, rather than a cross-platform language. Is that accurate?
The text was updated successfully, but these errors were encountered: