Questions tagged [bamboo-artifacts]
40 questions
7
votes
1 answer
Access Bamboo secret/password variable?
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 documented.
Is there any way to access/print and see the…

Shruthi Bhaskar
- 1,212
- 6
- 20
- 32
5
votes
1 answer
optional artifacts download task in bamboo?
Is it possible to configure a deployment project with optional 'Artifact Download' task?
The artifact comes from another plan which has 2 stages producing 2 artifacts. If only 1 stage is executed, it will have 1 shared artifact. I want my…

James H
- 531
- 6
- 15
2
votes
0 answers
How to reference Bamboo artifacts in scripts
I know how to export/share an artifact from one stage/job to another. In my job configuration, I can say "place artifact 'My artifact' in into destination directory 'foo'" That works and all, but in my job, I'm calling a script where I want to…

FuriousGeorge
- 4,561
- 5
- 29
- 52
2
votes
0 answers
Why does artifact publish take a long time in Bamboo?
We are using Bamboo to build our code, create artifacts, and deploy.
Problem Scenario
I have a plan that has a stage with 3 jobs (dev/test/prod). The jobs build the code and publish a 16-20Mb Artifact as a shared artifact. When I run this plan,…

Jess
- 23,901
- 21
- 124
- 145
2
votes
0 answers
in bamboo : Is there any way to download a shared artifact event if the shared artifact generating plan failed?
I want to download a shared artifact using artifact download plugin. But it seems the plugin only download the latest successful build's artifact. But my requirement is to download the artifact even the generator plan fails. I don't want to use…

TharinduRanathunga
- 221
- 1
- 4
- 9
1
vote
1 answer
Is it possible to make a copy pattern which includes and excludes files?
In Bamboos artifact definition I need to make a Copy Pattern which includes and excludes some filetypes. Is it possible to write this type of pattern in Bamboo?
For example I want all files excluding .txt
I need something like this: **/*, (this…

carva
- 35
- 7
1
vote
0 answers
Extent Reports are not generated as Bamboo artifacts.Logs are created
When I run my code Java Selenium Maven project locally It generates Extent reports.But when the same is run through Bamboo it is not publishing Extent reports.Only logs are published.
I tried different copy patterns.Still it doesnt work.

Simi Rajan
- 11
- 4
1
vote
1 answer
How to to define bamboo artifact so its NOT published in syb folder
The artifact definition and the file structure in the bitbucket repository is as below.
The build when run creates application-dev.properties & safeguard-dev.properties under classes folder. When i click them it takes me to classes folder inside…

VRK
- 1,206
- 3
- 13
- 27
1
vote
1 answer
How to use Bamboo's rest api to download an artifact
I am trying to write a bash script to download an artifact from Bamboo so that it can be used for other operations. I tried following the solution suggested in this post - using bamboo/rest/api/latest/result however I still just get the xml showing…

Archie
- 153
- 9
1
vote
0 answers
Bamboo Spec YAML and location of shared artifacts
in the context of using Gradle to drive build, testing, and further jobs/stages on Bamboo server (version 7.2.1) I've configured env. variable GRADLE_USER_HOME to save downloaded Gradle binary to project-local path with the intent to share it with…

Christian
- 293
- 2
- 14
1
vote
2 answers
How to publish gradle test result in bamboo build?
I am using bamboo build definition to build java code and also running tests but don't have idea about how to publish test result.

Naveen Kumar
- 1,266
- 1
- 21
- 50
1
vote
0 answers
libsodium.dll runtimes folder was not found
I'm using libsodium 0.10.0.0 package to implement password hashing.
After installing the nuget package the entries are created in package.config and project file as below:

Kapil
- 1,823
- 6
- 25
- 47
1
vote
1 answer
Bamboo & Docker - How can i publish artifacts created in the Docker enviroment?
I am currently running a cicd via Docker on Bamboo and i want to create an artifact with the tests results of the unit tests.
The running Docker creates a folder with all the text results .xml-files and i tried coping them to the root directory of…

Joschua Xner
- 95
- 1
- 10
1
vote
1 answer
How to email a file which resides in bamboo-artifacts after successful build of plan?
I have a test-report file that resides in bamboo-artifact once the job is successfully executed. I want to email that report or file after successful execution. Is there any method I can include that file within a mail?

Priyanka Bhadange
- 23
- 3
1
vote
2 answers
Bamboo plan: Compress the artifact after build and uncompress after deployment to server
This is my first time where I am both learning and implementing automated CICD pipelines in Atlassian bamboo. I have a NodeJS project whose build and deployment plan I configured after much R&D over the net.
In the deployment process, I observed…

Shaggie
- 1,799
- 7
- 34
- 63