bamboo Questions

2

We have a plan that produces an executable artifact. Is there a way to tell bamboo to email those artifacts as attachments in a build notification? For the record we're using atlassian on-demand.
Heeltap asked 28/2, 2013 at 20:57

3

Solved

I've successfully created a small demo HTML report of test results from a build. Simply put, I'm doing numerical computations, and would like to give more detailed information on test results than ...
Adriel asked 26/10, 2015 at 12:43

5

I have a Bamboo plan configuration with several stages. Now I want to have these stages to execute in certain order, but independently of the result of the previous stage. This seems to be imposs...
Overflight asked 12/1, 2012 at 14:12

1

I'm trying to send an email using a html email template with Bamboo (and Amazon SES) for my Phoenix/Elixir application I've managed to get the email sending successfully using Bamboo's |> text_...
Ringler asked 26/3, 2019 at 9:22

1

What is the difference between Atlassian bitbucket and bamboo applications? I can see that bamboo is a CI/CD tool and bitbucket is a version control, but you can use bitbucket as CI/CD tool i supp...
Ersatz asked 19/2, 2019 at 20:45

1

For some time now, all of our Android builds (running on Bamboo) are hanging for 20+ minutes at the lintVital task, at which point the build is usually force stopped: build 28-Jan-2019 09:25:25 &g...
Trochilus asked 28/1, 2019 at 9:47

8

Solved

I'm trying to build mulesoft code with maven in Bamboo.Build was successfull but now giving errors as below. I'm using Bamboo 6.5.0 and jdk 1.8. with Maven 3. The error details are as below and my ...
Harsh asked 1/10, 2018 at 2:15

2

Solved

We are using Bamboo 5.2 for continuous integration. Source plan has several additional branches. Each branch is triggered by commits in git repo. Deployment project is configured with separate en...
Direful asked 24/12, 2013 at 11:59

1

Solved

We are working on integrating jMeter into Bamboo (using maven/chronos) in order to automate performance tests using build scheduling and dependencies. Before we began working on this project, IT ...
Pauperize asked 10/6, 2011 at 14:55

1

Solved

I am able to generate jacoco reports in my Android project locally. When I run the task on Bamboo, it works as well. Now I would like to display the coverage results in the task, is it possible? I ...
Embryogeny asked 12/2, 2018 at 10:45

3

I am using Bamboo 6.0.3 build 60004 and I installed the version 2.1.0 of the official Artifactory plugin for Bamboo. The build.gradle of the project looks like: apply plugin: 'maven-publish' appl...
Include asked 16/6, 2017 at 6:17

0

I want to automatically increment a version number in my package.json as I merge in a pull request (to master). This will trigger a build and deploy using the correct version number. Having to ma...
Frug asked 30/1, 2018 at 2:40

4

We are starting a new .net core project and we are just setting up Bamboo to build our project and run the tests and so my question is: Is there a way that we can use the xunit dotnet test CLi tes...
Biennial asked 17/9, 2016 at 3:19

2

Is it possible to pass environment variables set in one script to another in Bamboo? For example, I set up Go as below, and would like subsequent Tasks (scripts) to have access to the PATH and GOP...
Millan asked 28/1, 2016 at 17:54

3

I have one simple plan with one simple job. Tasks: Source code checkout MSBuild Run tests Generate test report In four steps, my utility generates a test report with screenshots. The report co...
Leicester asked 15/2, 2013 at 12:51

1

Solved

I have a powershell script that will be ran in Bamboo that will update the status of the Bamboo build. This is called in Github and then the status will be update whatever build that calls the scri...
Finnell asked 28/11, 2016 at 15:6

1

i would like to set up Bamboo CI Server. I've created two stages: Stage 1: "Code checkout" with code checkout. Stage 2: "PHPunit" with testing via phpunit. Stage 1 is OK, but on stage 2 I have ...
Swap asked 12/10, 2014 at 9:8

4

I used NUnit Runner in Atlassian Bamboo (latest version) with NUnit 2 but after upgrading to NUnit 3 it is no longer working. It appears something changed with the command line in NUnit 3. Anyone k...
Ulster asked 2/12, 2015 at 21:49

4

Teamcity Build ID (which is different from BUILD_NUMBER) is used in various URLs. I want to send an email having path of a build's artifacts/ overview etc. In Java, we can get currently running te...
Quittance asked 4/10, 2016 at 5:52

7

Solved

I've been looking at TFS, TeamCity, Jenkins and Bamboo and to be honest, none of them were convincing. I want Good reporting Good Git support Gated/delayed check-in/commit Integration with Visual...
Skyward asked 28/8, 2012 at 8:25

2

I am new to Bamboo and are trying to get the following process flow using Bamboo and Docker: Developer commits code to a Bitbucket branch Build plan detects the change Build plan then starts a Do...
Manicdepressive asked 22/1, 2015 at 12:4

3

I am trying to access the bamboo build number in build.gradle but am unable to access it there. Following are the options I have tried so far inside build.gradle: System.getenv ()["bamboo.buildNum...
Everyday asked 10/11, 2015 at 6:56

4

Solved

I want to integrate Atlassian Bamboo with AWS Elastic Beanstalk. Is there anyway to do this?
Exclusion asked 4/7, 2013 at 3:50

1

In Bamboo plan I have script-task, where script body is: @echo off SET nucpath=%1 SET projectvar=%2 SET xmlvar=%3 CALL SET xmlvar=%%xmlvar:-xml=--result%% SET outputvar=%4;format=nunit2 SHIFT SHI...

1

I am looking for the Bamboo REST API which give us all recent Build Activity of an Application within a time-frame like all build of Last_7_Days, Last_1_Day, Last_30_Days etc. Similar to the report...
Hutch asked 20/9, 2016 at 9:10

© 2022 - 2024 — McMap. All rights reserved.