I have installed Bamboo Agent Service through InstallBambooAgent-NT.bat file. The service is running but when we are running the plan through master Bamboo server not able to run plan successfully. I have also updated the logon properties in Bamboo Agent Service.
Below error is coming:
C:\Users\MissionUser\bamboo-agent-home\xml-data\build-dir\SDCPROD-SDC4REL5-JOB1>tasklist /fi "imagename eq Wise32.exe" | find ":" 1>nul
'tasklist' is not recognized as an internal or external command,
operable program or batch file.
Please provide the solution that how we can run bamboo agent service in background.
Thanks,
Saleem
The command above is not running possibly because the PATH variable is not defined while the command is called. It usually happens when the agent is not running with a Linux local user, but instead with a system user.
We do recommend that a local user is used and if this is your case, you can adjust this by following this article:
Please let us know if that fixes the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.