-
What is the Duel Referral Code & How to Use DUEL5
The current Duel referral code is DUEL5. It gets you 50% rakeback and 100% RTP on your account. Put it in the referral field when you create the account, there's no way to attach it afterward. Works on both casino and sportsbook.
-
Bamboo Child Plan Needs Artifact from Triggering Build (Including FAILED Builds) Instead of Latest S
Hi,I'm trying to build a reusable AI failure-analysis workflow in Bamboo and I'm stuck on artifact handling.Goal=====I want a generic Bamboo plan that can be reused by multiple other plans.Example:SAF-QCLV↓COM-QTFAA (AI Analysis)The source plan runs tests and produces artifacts such as:- test_result.html- junit.xml-…
-
Bamboo Data Center Version 11 Vulnerabilities
We are currently running version 11.0.8 (latest 11) on some of our servers. There are a number of vulnerabilities identified. We're not able to upgrade to version 12 a this time. Will there be a, update to version 11 to resolve these vulnerabilities?
-
Can't able to login into Bamboo
When I try to login into Bamboo, It showed the incorrect and username and password. So, I used the reset password. but the problem was, I didn't the email. I tried many but it not working. Thank you!
-
not able to request a trial license for SCIM plugin, maximus number reached.
We are trying to request a trial license for User Sync: SCIM Provisioning, Group Sync for Bamboo https://marketplace.atlassian.com/apps/1221738/user-sync-scim-provisioning-group-sync-for-bamboo?tab=pricing but could not. All got message of "maximum trial license reached", but we have not even used the plugin yet. what…
-
Evaluating Bamboo for our ASP.NET applications
Hello all, I am asking the community of .NET engineers that use Bamboo for their CI\CD needs. We are evaluating it for our web projects. The first project is a full blown ASP.NET WebForms application. The second project is an ASP.NET WebForms and MVC hybrid we project app. We also have sqlproj files for our databases. Does…
-
Is there a plan to add Bamboo to Atlassian MCP Server
The current implementation of MCP server https://mcp.atlassian.com/v1/sse includes Jira and Confluence integrations. They look pretty useful. I wonder if Bamboo integration is added to the roadmap.
-
Query on Native Multi-Branch Deployment Support in Bamboo Specs
Hi Team, We are currently using Bamboo 9.6.5 and are looking for a native way to handle multiple branch deployments using Bamboo Specs, similar to how GitHub Actions or other CI/CD tools allow branch-specific workflows. Our requirement is to define branch-specific deployment logic within the Specs, so that when a…
-
Unexpected commits from other branches in Bamboo deployment notifications
Hi Atlassian Community, I'm investigating how Bamboo calculates the commits and Jira issues displayed for a deployment release, as we're seeing behavior that we don't fully understand. When we deploy a release, both the deployment details in Bamboo and the deployment notification email show commits/issues that appear to…
-
CI for React Native projects
I am looking for CI to my react native projects. * Is Bamboo is suffice to get it done? * or any other CI is suggested to be used in case of React Native. I am new to React Native , though I have used Bamboo for native build without any issue. Any reference to link or info will be appreciated
-
ErrorDeployment for the Link https://bamboo.schwab.com/deploy/viewDeploymentResult.action?deploymen
While deploying the link getting Internal Server Error. Internal server error Go to... * Site homepage A system error has occurred - our apologies! Please create a problem report on our support system at https://support.atlassian.com with the following information: * a description of your problem and what you were doing at…
-
Exclude changeset for [skip ci] not working
I'm currently using Bamboo version 6.9.2 build 60911 and have been facing a problem with the exclude changeset property on linked repositories. I've need to exclude any commits starting with [skip ci] and have tried the following regex, all to no avail: .*skip\sci.* [sS]skip ci[sS] .*skip ci.* (.)*skip ci(.)* Does anyone…
-
How to update the Bamboo Specs YAML?
I have a Bamboo Specs YAML that is not changing. Any change I made to the YAML file was not reflected in Bamboo. When I check "view plan as YAML" I can see that the change was not recognized. Also with "View plan configuration". Is there a secrete to how to change the plan? Also when I click "edit this plan in the…
-
How to trigger a pipeline for a bamboo spec branch
Hi I have a project, which stores yaml specs in the same repository it runs a CI for. When I create a PR on BitBucket for this project I expect the pipeline to run, which works fine. My question is though if that PR also modifies yaml specs, these don't get scanned unless they are modified in the default branch. Is there…
-
can't login on bamboo account
I have my bamboo account , my company support said and confirmed to me, that I already have an account. But when try to login, the login page, don't recongnize my account. So, I've trying, ,revover account, but not receive any recover email. but system returns: "This user is read only and can't have password reset." Next…
-
How to determine the Bamboo agent used for build-job via rest-api
Here is the situation: assume I have a project AAA, with buildplan PLAN and buildjob JA and JB. How can I determine using the rest-api the build-agent that is being used to build buildjob JA for build number 10. So the build-key = AAA-PLAN-JA-10
-
How do I exclude a folder in Bamboo
all, I would like to exclude folder from been able to trigger bamboo. what I did: 1.select "exclude all changer that match .... 2. file pattern : **/folder/** or ./folder/. This not working . project structure : /main/folder/ depot view : /main/... any idea ? yos
-
Clarification on Branch Overrides Behavior in Bamboo YAML Specs
Hello, I am seeking clarification regarding the actual behavior of the branch-overrides feature in Bamboo YAML Specs. From the official documentation, it appears that having a single bamboo-specs file (YAML) in the default branch (for example, master) and configuring branch-overrides within it should be sufficient for Plan…
-
Im request to approval my stock to show for bamboo approval
Approval
-
How do I force Bamboo specs to update plans when first enabled?
I can see plans being published or updated when a commit to linked repo (for which scanning is enabled) is merged, but when I first enable scanning (or select a branch on the plans repo), no action is taken. Is there some way of forcing the scan/update?
-
Is there a way to start Bamboo without agents
Hi Bamboo users, If I may ask, is there a way to start bamboo without the agents without going to the GUI? Thanks
-
I have a prsonal indevidual project (my side project) can I use use bamboo free forever?
I have a side project. I want to know if bamboo is available with limit for indevidual user for free
-
Cannot reference custom agent capability (system.jdk.jdk-21) as a variable in pipeline script task
I'm using ephemeral agent, there is capability JDK-21. i've added it in base image FROM atlassian/bamboo-agent-base:9.6.8-ubi9 RUN /bamboo-update-capability.sh "system.jdk.jdk21" "/app/jdk-21" I don't want to add this capability on the template, if added other project also builds looking to build ephemeral agent. this is…
-
Git tag name in variable
First - thank to Atlassian team for the feature build can be triggered by git tag. Works well for us. Now I need to use the tag which triggered the build in shell script. Some variable probably exists: Can I get the tag name "TESTTAG_v_9_9_9" in shell script? What is the variable name? Thank you in advance.
-
Tag Trigger Variable
We've recently upgraded to Bamboo 7.2 for tag triggers and I'd like to use the triggering tag value as part of the plan steps. Is the tag that triggered the build captured in a bamboo variable? I didn't see one explicitly mentioned on the bamboo variables page for 7.2.