bamboo server fails to execute common task on windows
Suddenly bamboo server fails to run common task on windows like powershell, copy or calling task scheduler.
One fine day, i tried logging in to build server using bamboo service account. E.g i might have a service account called "abc" that configure to run as an agent in bamboo.
After i used this account, bamboo fails to run basic task in windows. After much troubleshooting, found that Computer->Properties-> Advanced System Settings->Environment Path->User variable contains weird looking PATH. So i decided to remove it.
After this, i immediately queue a build and it was working. Hurray! :)
One fine day, i tried logging in to build server using bamboo service account. E.g i might have a service account called "abc" that configure to run as an agent in bamboo.
After i used this account, bamboo fails to run basic task in windows. After much troubleshooting, found that Computer->Properties-> Advanced System Settings->Environment Path->User variable contains weird looking PATH. So i decided to remove it.
After this, i immediately queue a build and it was working. Hurray! :)
Comments