shell property
The shell to use for running scripts. You may provide any executable path here.
Shell will be run with the commands with [shell] -c '...'
(Linux/macOS) or [shell] /K '...'
(Windows).
Implementation
final ScriptRunnerShellConfig shell;