Hi, here is what I want to do: I have a deployment project. I created a new release with this deployment project. The version scheme of the release is "${bamboo.planName} #${bamboo.buildNumber}". M...
I want to access the global variables set in bamboo in a bash script that I am running on my local. How can I access those variable?
Our android app is being build using Gradle. I'm currently evaluating Bamboo for this project. Jenkins does have plugin to run Gradle build. However, I'm not sure if Bamboo run Gradle build. One of t...
Hi, I'd like to build an application in Bamboo which is stored in a git repository that depends on a git submodule. Both repositories are stored in Stash, required https authentication via usernam...
While I was able to find documentation on how to install the agent as a service for Windows, I wasn't able to find information on how to do the same for Linux. I want to be sure that if the worked/a...
I have tried to learn how to configure this with online searches (including this forum). None of what I found has solved my problem. If only there was clear, step by step dociumentation. Anyway. ...
I have a C++ CMake project that after running unit tests using CMake I also would like to run couple of automated integration [smoke] tests. This is where the "Script Task" comes in handy. For exampl...
In git we name our feature branches "feature/whatever". When displaying branch names, Bamboo turns this into "feature-whatever". I'd like to be able to pass this "display name" into the build to use ...
Hi We're evaluating bamboo CI Server. Because we have to connect to TFS 2013 Reporistory, we've installed TFS Repository Add-on from https://marketplace.atlassian.com/plugins/com.stellarity.bamboo....
Bamboo support Kubernetes? We are comparing Bamboo and Jenkins now, any one can help me on it?
I'd like to pass application version to deployment plan for clearer deploy naming. Is it possible to set a variable in Bamboo build plan and have it available in Release Variables in my Deployment P...
I have 2 Bamboo machines running different versions of Bamboo. Is it possible to export a single plan from machine #1 and import to machine #2 ? Thanks
Hi, I am linking the git project repository in bamboo. Both of these applications are in same server. Now when I am going to add git repository it shows the below mentioned error. " Could no...
How can I access Shared Credentials from Bamboo plan Shell Script Taks? I have added a private RSA key in Shared Credentials. I know I can use it to configure access to repositories or even in SCP ...
I installed sonar 4 bamboo on my Bamboo instance (v 5.5.1) and configured Sonar server settings from the administration pane. I created a SonarQube Runner task in my plan which required to create a ...
Hi, I am trying to create a simple artifact to share a source tree between stages. This is just a simple test to help me better understand how Bamboo works. I have Location set to "fw_comp" whic...
We have a windows build server which has InstallShield installed on it, because of license restriction, we only have this one build server with Installshield, so I'd like to assign this specific agen...
Hello all, I'm trying to use Bamboo to make a simple maven build, but I'm stuck with an error I don't understand. The system is trying to launch the "fork()" function, but is failing, and I c...
I have a multi-module Maven project and after successfully building I can see in the test results tab page "2 tests in total" but it shows no details on the test names etc. The bamboo documentation s...
I have a plan that checks out code, compiles and creates executables in the first stage. In the second stage there are two jobs, each containing a test run and post-processing tasks. My understanding...
On Jenkins I had a script that was configured to run with bash (via cygwin) on Windows but when imported to Bamboo, I discovered that Bamboo is running the same inline script with cmd and that it doe...
We have some Bamboo plans that copy directories as artifacts. The copy pattern is "**/test/output/**". Sometimes, some really large core dump files make their way into those directories. It doesn'...
How can we add a profile picture to our Bamboo profile. Bamboo 5.8.1
Hi, I am having problems configuring Bamboo in order to run selenium grid. The selenium hub will be in a different machine from where Bamboo resides. How can I tell Bamboo not run the tests i...
I'm working on a project using a custom testing framework. How can I specify to Bamboo how to read the integration logs so that it recognises the tests' results?
Copied to clipboard