Bamboo Remote Agent Does Not Recognized Windows command or exectuables
NickName:Scrathis Ask DateTime:2014-03-29T08:01:02

Bamboo Remote Agent Does Not Recognized Windows command or exectuables

I started trial with Bamboo recently. I ran bamboo server on my personal PC and configure our build server to be a remote agent. Our build environment is in Windows. The build process is carried out via TCL script, which basically executes Windows batch command to build different stuffs. The remote agent execute that TCL script after source code checkout. However, the Windows commands that are suppoesed to execute do not actually execute. For example, if we try to execute msbuild batch command from windows, we will do

exec "cmd << msbuild **.sln"

in the TCL script. The result of this command is 'msbuild' is not recognized as an internal or external command, operable program or batch file. The problem was gone for two builds then re-appear right after.

I tried just simply called the script from CMD on the remote agent and aslo execute the job on my PC(which is the default agent) through Bamboo. The mentioned problem does not occur.

Can anyone tell me if there are some other configurations that I have missed?

Thank you.

Copyright Notice:Content Author:「Scrathis」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22725225/bamboo-remote-agent-does-not-recognized-windows-command-or-exectuables

More about “Bamboo Remote Agent Does Not Recognized Windows command or exectuables” related questions

Bamboo Remote Agent Does Not Recognized Windows command or exectuables

I started trial with Bamboo recently. I ran bamboo server on my personal PC and configure our build server to be a remote agent. Our build environment is in Windows. The build process is carried ou...

Show Detail

settinng proxy to the bamboo remote agent

We have installed bamboo remote agent in one our servers using atlassian documentation. We have approved that agent it is connecting well with bamboo master server and we were able to run builds. The

Show Detail

modify remote agent configuration in Bamboo

I have a newly built vm machine which I am configuring as Bamboo remote agent. I can do it successfully. But the display name in Bamboo shows the agent name in caps (PERF8) whereas I want it as per...

Show Detail

Bamboo remote agent logging configuration on Windows

I have a Bamboo remote agent v5.12.3 installed on a Windows 2012 Server machine. After upgrade from v5.9.7 log file contains error messages saying that access to write log file into root directory ...

Show Detail

Bamboo Remote Agent: HTTP 404 on fingerprint request

I'm having trouble installing a Bamboo remote agent. I'm running the following command: java -jar ./atlassian-bamboo-agent-installer-4.1.2.jar http://my-domain/agentServer/ I'm getting the follow...

Show Detail

Is there a way to auto approve bamboo remote agent without manually approving it on the bamboo server?

Currently, I am starting a container with bamboo remote agent on it and every time I need to manually approve the bamboo agent on the bamboo server. The idea is to automate the whole process starting

Show Detail

Bamboo 5.5.0 - How to delete a remote agent's capability via the bamboo-capabilities.properties file?

I am currently trying to automate the process of bamboo remote agent installation and uninstallation. I have run into a problem in regards to adding and removing capabilities. What I am trying to

Show Detail

Bamboo remote agent pool

In Jenkins, we can define labels and group number of build slaves under the label. This label then can be mapped to job so jenkins will automatically pick the available build slaves in the pool and

Show Detail

Installing a remote agent Bamboo for Android(based Gradle) Project

I'm trying to setup an remote agent for Bamboo build system for Gradle based Android project. But problem is Bamboo setup need min Java V1.8 where Gradle could not able to build for Java V1.8. Any

Show Detail

Bamboo cloud agent's user account security questionable

When using a Bamboo cloud agent, on Windows, you're instructed to have a Bamboo Windows user with a default known password: Atlassian1. It clearly says that this user should be configured to denied

Show Detail