Here is an example of my current issue:
Jenkins Pipeline executes a powershell script on an AWS RHEL 8.7 build agent.
Build 1 and Build 2 are building in their own workspaces.
- As a feature branch is created
- Build 1 will execute PowerShell script correctly.
- As Build 1 is building, Build 2 begins its build.
- Either Build 1 or Build 2 execution of powershell script fails.
- Function of PS script such as Get-Content no longer works. Cannot find path.
- Manually cancel Build 2 Build
- Build 1 PowerShell script execution returns to working.
Any idea what the root cause of this issue is?