I'm trying to set up a new CI build node in our bamboo system. I have a bamboo agent running as a windows service in this build node, I have a similar setup running on a windows-server 2012, but now I want to create the same setup in Windows 10.
A…
Here's the scenario:
Our source code is on Github.
We run Bamboo (2.7.3 currently) on a Linux server here at work.
We have several builds that are farmed out to remote agents (for example, to build iPhone software). On the remote agent, Bamboo…
I'm trying to set up the Mercurial 64-bit client on an Atlassian Bamboo build server. The automated builds were giving errors trying to check code out of Mercurial, so I tried to test it from the command line, and I get the same error.
> hg…
I have a Windows box running Bamboo, a continuous integration server. I can download files from it over HTTP, but they're really slow, like 80 kbps slow. I don't have any speed issues copying files between the machine and network shares.
What are…
Our developers wants bamboo because of integrations to other Atlassian software and we have regularly problems with this buildserver. Often the buildjobs fail with OutOfMemory exceptions like this:
java.lang.OutOfMemoryError: unable to create new…
Got sent from Stackoverflow to here
I have been reading the Bamboo documentation about its remote agent security specifially, and to its credit it seems very secure, but I have yet to find a specific document that answers this.
In a production…
With my centOS running Bamboo Server, I have configured plans to build applications whenever a new code gets commited on a certain branch in the project repo on bitbucket.
But i am unable to run the built application on any device on the server how…