Added selection of preferred PowerShell version for Windows machines#16
Added selection of preferred PowerShell version for Windows machines#16froque merged 3 commits intojenkinsci:masterfrom
Conversation
|
This a better PR than #15, but I'm afraid is still not what I was expecting. With this PR I can choose PowerShell Version Preference between "Windows PowerShell" and "PowerShell Core" in global jenkins configuration (http://localhost:8080/jenkins/configure) I was expecting to be able to configure each individual jenkins slave (http://localhost:8080/jenkins/computer/slave1/configure): |
|
Would it be ok to have one global setting that the slaves would inherit by default, with the option to override it for individual slaves? I have a pretty complex setup in which slaves are created and removed dynamically based on load and I wouldn't want to modify settings per slave in that case. |
yes, that makes sense |
|
Hi, @froque |
|
Is there anything new to this PR ? |


Similar functionality as in #15 but with changes suggested by @froque
Reference: https://issues.jenkins-ci.org/browse/JENKINS-52421