-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Windows Server 2012 R2 (amd64)
Jenkins 2.361.1 LTS
In a scripted pipeline powershell(script: 'echo hello > file') does not run at all (can check this by checking for the existence of the file). But powershell(script: 'echo hello > file', returnStdout: true) works (ie. the file is created).
Interestingly this only happens on our slave, not on the master. On the master it works as expected regardless.
This started happening after upgrading to 2.361.1 LTS from the previous LTS version.