...build plan (since running tests and parsing results is only a part of build plans). How can I trigger it after deployment?
Is there a mechanism by which an agent can build multiple plans concurrently, rather than consecutively? I know we can scale by adding more agents, but that's not an ideal scaling mechanism, as...
I am trying to generate a war file by a plan build in Bamboo, while trying to do so couldn't able to create a war file using create definition option in artifacts tab as mentioned in https...
My objective is to build multiple plans using a single remote agent at the same time. At present, build gets queued until the previous build using is completed, to run the next build. Does bamboo...
I have made a script task to run during a build and it should build and start some docker containers based on dockerfiles but it gives me the following error: Building proxy... Couldn't connect to...
This question is in reference to Atlassian Documentation: Viewing a build log I am running a custom script and have full control about what is shown in the build log. Some lines in the build log...
Is it possible to dynamically add a file that has build Number and commit message, into the war that will be built?
I'm trying to setup a build that pulls artifacts from several other parent builds and am having some trouble figuring out how to correlate the branch "id" for a specific plan (the integer appended to...
This question is in reference to Atlassian Documentation: Configuring notifications for a plan and its jobs We have a requirement to send an email communication to the list of user before the build...
We have a Bamboo plan that builds whenever changes get pushed to our release branch. Lets call this branch release/steamboat. I like to tag this branch after a successful build. Something like...
When i am trying to build this on windows bamboo agent it keeps on failing with below message. when i put my code in same directory near to java8 jdk and execute the gradle build...
Hi, Can we perform any actions other than sending notifications if a bamboo build fails? Just want to check if we can trigger other plans or add some stages which can be executed if a build fails...
I had several build agents go offline while I was away and several builds were queued for over a week because the other agents could not build them. Even though they had no failed builds the average...
Hi! What to do when Bamboos build is jammed? One build is beeing built about two weeks.
Hi I'm using the build expiry feature from Bamboo so far so good, but is there a better way to select which builds should be deleted? I have some "release" builds triggered from Jira, but as...
We are using TFS Repository plugin for over a month now. We are observing that automatic builds are picked randomly. Most of the times it doesn't triggers build after checkin. Below are the...
Hello All, We have a build jobs running for our project which create certain artifacts. These artifacts constitute the various deliverable of a release. We wanted to know if there is a way these...
...). In order to build dir2_2, I need to have the upper and core pom projects available. Is this possible?
...folders and need to preserve these for potential future use while cleaning up the rest of the deployment and the build jobs that created them primarily for feature testing. (qa, uat, dev). I'm...
Is there any way to use env variables or anything that can be dynamically configured in repostiory field in docker build task? e.g. repo/image:{tag}
Our current build server fails a build if anything is written to stderr. I'd like to mimic the same behavior, since we have dozens and dozens of PowerShell scripts whose error handling was written...
...(Bitbucket server) with 3 branches (lets call the branches dev, stage, prod). For the build it really shouldn't have to do anything. I'm not compling code or running any unit tests (at least not yet). But...
Is it possible to create an own BuildStrategy for Bamboo 4.1? We need additional to a polling to SVN a polling to an external component repository.
Would like to know when a current build is in under way programatically. I understand the result/results status shows success or failure once complete, but I would like a way to know if "under...
I've a plan configured that contains multiple branches within it. I would like to create a build strategy that automatically builds the appropriate branch when a change is detected in the repo for...