You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I;m trying to update the Jenkins PowerShell plugin to handle Linux as well as Windows. At the moment, it passes -ExecutionPolicy Bypass as a command line parameter. While testing, I noticed that this causes PowerShell 6.0 on Linux to throw an "Aborted" error and exit with error code 134:
I;m trying to update the Jenkins PowerShell plugin to handle Linux as well as Windows. At the moment, it passes
-ExecutionPolicy Bypassas a command line parameter. While testing, I noticed that this causes PowerShell 6.0 on Linux to throw an "Aborted" error and exit with error code 134:I know that script signing currently isn't implemented for non-Windows platforms, but perhaps it could just ignore the option?
Environment data