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
Nx does not properly detect windows runners in Bamboo as being a CI environment, resulting in jobs stalling for hours until the Nx background service terminates.
Expected Behavior
Nx should not use a background service when executed from windows runners in Bamboo.
GitHub Repo
No response
Steps to Reproduce
Set up Bamboo to test an Nx repository.
Trigger a Bamboo build. It will take at least 3 hours to execute.
scottpledger
changed the title
Nx is not correctly detecting CI environment in Bamboo with Windows runners
Nx is not correctly detecting CI environment in Bamboo with Windows agents
Jun 26, 2024
Current Behavior
Nx does not properly detect windows runners in Bamboo as being a CI environment, resulting in jobs stalling for hours until the Nx background service terminates.
Expected Behavior
Nx should not use a background service when executed from windows runners in Bamboo.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
[email protected]
Operating System
Additional Information
Windows bamboo runners don't have the
bamboo.buildKey
environment variable, but rather they have thebamboo_buildKey
environment variable.The text was updated successfully, but these errors were encountered: