bamboo Questions
2
My team has some old bamboo pipelines, where secret and password are configured in bamboo variables and bamboo masks these values with ***** nobody knows the passwords now and it has not been docum...
Tomboy asked 6/1, 2020 at 6:34
11
I have a curios issue.
I have a project that I've worked on and always built from the XCode IDE, and it worked fine. Now I'm setting up Bamboo to build the project and as such am building it from...
Creation asked 16/1, 2013 at 22:18
1
I am trying build a service on Bamboo and using gradle build tool but getting below error:
error 26-Apr-2022 16:48:02 > Failed to calculate the value of task ':compileJava' property 'javaCompile...
12
Solved
I get the following error output while running the Maven release plugin prepare step i.e. mvn release:prepare --batch-mode -DreleaseVersion=1.1.2 -DdevelopmentVersion=1.2.0-SNAPSHOT -Dtag=v1.1.2 -X...
Song asked 3/12, 2013 at 12:20
5
Solved
I am trying to access Bamboo's variables as environment variables in my build script (PowerShell).
For example, this works fine in TeamCity
$buildNumber = "$env:BUILD_NUMBER"
And I expected thi...
Exemption asked 13/4, 2013 at 12:16
3
Solved
We use Bamboo CI. There are multiple bamboo local agents and parallel builds across many plans. The build-dir in bamboo-home is many hundreds of gigabytes, and analysis shows that it just continual...
Sirois asked 16/2, 2016 at 23:20
5
Solved
This page states:
Bamboo's REST APIs provide the following capabilities:
Retrieve the artifacts for a build.
and here I see the documentation:
http://myhost.com:8085/bamboo/rest/api/...
Zweig asked 22/8, 2016 at 5:57
3
Solved
When I set GRADLE_OPTS or JAVA_OPTS, these are set for GradleWrapperMain when I run ./gradlew build for my project. But I need them to be set for GradleWorkerMain as well.
How do I do that?
Here...
3
Solved
Our CI server fails to restore our NuGet packages when attempting to build a project. It thinks they are already installed. Here are the logs:
build 16-Apr-2015 12:56:38 C:\build-dir\IOP-IOL-JOB1...
Repentant asked 16/4, 2015 at 20:8
2
Solved
I have a PowerShell script which I intend to use as a deployment step in Bamboo. Opening PowerShell and running the script with ./script.ps1 works fine, but using powershell.exe -command ./script.p...
Lonnylonslesaunier asked 16/4, 2018 at 8:36
2
Solved
We have been using a Bamboo build server for a while now and we have GitVersion installed so it can be selected as a task in the Build plan. We typically use the /UpdateAssembleInfo argument when w...
Alignment asked 23/4, 2018 at 21:11
4
Solved
i am new to this continuous integration tool..named Bamboo .. could someone point me to the right direction where i can get information about how to setup this bamboo .. how to write scripts for au...
Rhodium asked 10/9, 2009 at 4:9
3
Our (small) team works on Bitbucket for VC. At the time of writing this, our repo has 1550 branches, and we have many (~150) "active" branches. My question is about these "active" branches.
The nu...
Innerdirected asked 26/8, 2019 at 17:19
3
Solved
For some reason my bamboo build which uses MSBuild is stuck for past 4 hours with message below:
"Waiting to be built...".
I tried stopping the build but stuck on 'Cancelling....'. Can't even dis...
Settee asked 4/3, 2015 at 9:36
3
I am new to bamboo. What I try to do is collecting all .dacpac files that are created during the build process.
image: microsoft/dotnet:latest
pipelines:
default:
- step:
script: # Modify th...
Plio asked 11/10, 2017 at 4:57
2
I have some simple PowerShell scripts that I have made into executables with Bamboo, by adding a path such as C:\build-scripts\bamboo-build-scripts\clear-directory.ps1 as the path for the executabl...
Spooner asked 18/6, 2015 at 18:20
2
I want to set up a bamboo job where it must be run manually and some variables must be set. Is there some way to do this? As things are, the person has to remember to use Run Customized and set the...
Jillane asked 21/10, 2015 at 11:8
8
Solved
I am wondering how exactly does docker fit into CI /CD .
I understand that with help of containers, you may focus on code , rather than dependencies/environment. But once you check-in your code, yo...
Witten asked 27/4, 2017 at 11:22
3
Solved
I'm trying to tag the git repo of a ruby gem in a Bamboo build. I thought doing something like this in ruby would do the job
`git tag v#{current_version}`
`git push --tags`
But the problem is t...
2
When defining a Bamboo plan variable, the page has this.
For task configuration fields, use the syntax
${bamboo.myvariablename}. For inline scripts, variables are exposed as
shell environment ...
Aaron asked 22/5, 2017 at 20:53
2
Solved
I want to execute an arbitrary shell script, but I only want it to run on build failure. Is there some way to either:
Set up Bamboo to run this script only on build failure
Or check from within t...
1
On Bamboo I have MSBuild job for building and running tests.
It works fine - but I want to use test quarantine option so when I have some test moved to quarantine (and this moved tests are only wh...
5
Solved
My setup: git-repository on an Atlassian Stash-server and Atlassian Bamboo.
I'm using Maven 3.1.1 with the release-plugin 2.3.2. The plan in Bamboo looks like this:
Check out from git-repository
...
Softball asked 26/11, 2013 at 9:51
2
Solved
I have a bamboo build with 2 stages: Build&Test and Publish. The way bamboo works, if Build&Test fails, Publish is not run. This is usually the way that I want things.
However, sometimes,...
Unreflecting asked 5/5, 2012 at 5:24
2
Solved
I just installed nodejs on one of my build servers (Win Server 2008 R2) which hosts a Bamboo remote agent. After completing the installation and doing a reboot I got stuck in the following situatio...
Mislike asked 12/5, 2015 at 6:16
1 Next >
© 2022 - 2024 — McMap. All rights reserved.