It would appear you can not override "other" configs with branch-overrides. The docs lead me to believe all configuration is valid and should be merged appropriately, however my experiences have show...
We have an on-prem Bamboo and Bitbucket setup, and we are looking to introduce Specs into our environment. We have about 60 Projects, and close to 200 Build Plans (all Java). However, w...
We have a requirements capability variable var = org1|org2|org3 when used this variable in bamboo yaml specs, it gets treated as string text and not as it gets processed from UI config. P...
...ranches of development,test and production for which I normally create build plan branches for when I setup builds from the UI. However I am now moving these plans to Java Spec and I noticed it isn't c...
I'm using Bamboo 8.2. According to specs manual at https://docs.atlassian.com/bamboo-specs-docs/8.2.0/specs.html?yaml#using-a-shared-artifact-in-another-plan I'd be able to build an artifact from P...
Hello, We are having issues running new build stages on our Build plan with Java Specs enabled. When checking the requirements of the job, it shows the newly added jobs can only be built by 2...
Good afternoon, I'm looking for more details on sending notifications for builds or deploys to a webhook that has been defined in the Webhook Templates area from a Bamboo Specification. For e...
I am looking at "trying" to streamline my bamboo-spec repo and want to do the following the bamboo.yml file will incude only the high level scripts, not the 100's of scripts that i currently d...
I have build plans working with bamboo-specs and i would like to pull out the common parts into an include. I have read and re-read the specs and i cant work it out bamboo-specs | - bamboo.yml...
I have a MonoRepo and am trying to set up bamboo-specs, that will build only the service that is changed. I have been able to do this with plan repository with change-detection; However, what i...
I have a repo that has bamboo spec defined, and when the plan is created it is adding a checkout source code task that i have not defined in the spec. How do i stop this; as i dont need the job to c...
We started using bamboo yaml spec recently. I am trying to find a way to check if there is a way to test our changes in existing yaml file (changes like variable/new job/new stage etc..) without m...
...amlSpecsImportServiceImpl.java:112) 20-Jan-2023 16:05:02 at com.atlassian.bamboo.configuration.external.rss.SpecsOptimizeProcessor.processSpecs(SpecsOptimizeProcessor.java:43) 20-Jan-2023 16:05:02 at com.atlassian...
Hi Team, We are using Bamboo specs using Bitbucket repos. Each change merged to "Master" branch and eahc change merge triggers Bamboo scan and imports all the tasks to Bamboo. This is we are using f...
After bamboo spec enablement for repo, any time someone creates a branch on the server, it immediately triggers a build. Even without any commits or code changes. Can we avoid building until a...
Can we configure something where "Testless Build" related to Bamboo Spec execution is ignored as Green Build. This is messing up with our Merge Checks. Problem: With PR build run being failed, B...
Hello, This question can be ignored, the issue was caused by the repository id being part of the yaml spec file. changing this to defaultRepository like shown below fixed the issue: &n...
Hello, Im trying to setup a base plan via yaml specs which should be used to create actual plans via includes. So I have created several files which are included in a test plan like t...
Hi, I’m trying to find the location in the DB for the field(s) that stores the status of a project that is controlled via Bamboo Specs. Such as on the UI as shown below: &n...
We are currently experiencing an issue on Bamboo spec files and we hope you can help. The issue: We have created a simple spec file, this spec file runs fine while it’s running from any branch. H...
Hi guys, I'm pretty new to bamboo specs here, so excuse any ignorance. We have lots of plans in a single repo at the moment (40+) and from reading some of the specs documentation, it seems t...
We are beginning to integrate Bamboo Specs into our CI/CD Process in Bamboo. After walking through Atlassian tutorials here, here, and here, I... 1. Added a Project via web UI 2. Walked through Spec...
...ave the record if Bamboo specs are enabled on a repositories or not. I can make the change in the UI and get a record in the audit table detailing that I made the change however I can't find the s...
Hi, I'm trying to create a deployment plan by command line from mi bamboo specs in java. When I'm trying to create it I get a permission error saying that I don't have permission to create the d...
I’m running npm run test in my Bamboo Specs. The test runs fine but after it completes, the job just stops and hangs. Is there a way to ‘Ctrl + C’ like in command line to exit the jest t...
Copied to clipboard