Bug: Windows Service Wrapper For Jenkins Causes Tests To Fail
As seen in both #2885 & #3241 the WinSW wrapper used to run the jenkins agents as a service creates issues for various tests, as it appears to corrupt the path environment variable, and cause issues.
As a temporary workaround, the jenkins agents have been switched back to being started via the CL, but some investigation into a better solution would be good.
Fyi @sxa & @gdams
Given the inconvenience of having to restart the agents we should perhaps consider if it's worth excluding these tests and switching the machines back to running the jenkins agent as a service.
@steelhead31 Is this the same as https://github.com/adoptium/infrastructure/issues/4032?
Yes, I'll close this as duplicate