Questions tagged [bamboo-artifacts]
40 questions
1
vote
1 answer
Bamboo - build for branches dynamically given at runtime
Good day. I would need to run the Bamboo plan which will dynamically get the branch at run time . For example , if i run the plan and it should prompt me for branch and lets say if i give feature_1 as my branch name , then it should build the…

Ranjith
- 157
- 1
- 13
1
vote
2 answers
Viewing test results for a failure on bamboo
I run the test on bamboo with selenium technology and the test tab does not show the test failure, how I can view the test failure?
1
vote
2 answers
Unable to deploy springboot jar in bamboo after using maven-release
I am using a Bamboo CICD pipeline to build and deploy spring boot jar using maven release. Build is working fine and a spring boot jar is created. Since maven release updates the jar version after every run, I am unable to use this jar in the next…

ASD
- 325
- 1
- 2
- 9
0
votes
0 answers
How to add multiple tags in bamboo plan variable?
how to add multiple tags in a bamboo plan variable for execution.
I tried with @tag1, @tag2. but its not working. its giving error giving oio.cucumber.core.exception.CucumberException: Failed to parse 'cucumber.filter.tags' with value @tag1, tag2

satya28
- 1
- 1
0
votes
0 answers
I need to understand how to enable allure plugin in bamboo using bamboo specs code in java
I am trying to run few tests on bamboo and creating an artifacts with it. now i want to use allure plugin to analyze these artifacts and create a report using it. So i have installed the allure plugin inside the bamboo server. Now i want to enable…

Srinivas
- 1
0
votes
0 answers
Unable to locate bamboo.yaml for one repository multiple projects
I have a repository api-services within which I have three projects api-1, api-2, api-3. Whither bamboo-specs folder is within these projects. While creating specs, I am unable to point to these projects within the repo. If I point just the repo,…
0
votes
1 answer
Bamboo java specs get default branch name
I want to set artifactBaranch for auto deployment in bamboo but before that I would like check if that branch is default or not. If that branch is default then I will not set the artifact branch name.
So my question is, is there any way to get…

Summy Saurav
- 385
- 1
- 3
- 8
0
votes
1 answer
Collect artifacts from different jobs within the same configuration plan in Bamboo Atlassian
I have an Atlassian bamboo configuration plan that has multiple stages in it. Each stage has a job and every job generates an artifact of the respective test run. The final stage is supposed to collect the artifacts from the different jobs and…

Archie
- 153
- 9
0
votes
2 answers
Can Atlassian Bamboo parse multiple test result xmls and present them in the same dashboard
Pytest results are written out as an xml test report - the job generates 2 xml reports. I have configured an Atlassian bamboo job to parse the report using JUnit parser (available in bamboo). It however only parses the first xml file and ignores the…

Archie
- 153
- 9
0
votes
1 answer
Serve static report in CI/CD
I am using Bamboo, but it should be similar for other platforma. One of my build plans generates a static website after performing some unit tests, static analysis and so on, with the results and some useful metrics.
There is no POST requests in…

Mite
- 57
- 1
- 9
0
votes
1 answer
How to add approval workflow on Atlassian Bamboo Plan?
I'm deploying a Bamboo plan with 4 different stages.
The first stage detects whether trigger arrives from either DEV or PROD environments.
If env is DEV, plan can run without problems.
If env is PROD, I would need an approval step after first stage…
0
votes
1 answer
How to use a generated file by script in Bamboo as artifact
I create a Python file to generate a json file with Bamboo script job. Now I need to upload the generated file to S3. How can I make it as artifact, from that I can reuse it in the next jobs?

Low Tech
- 41
- 1
- 4
0
votes
1 answer
Bamboo-artifactory plugin dosen't work at elactic agent
I have a problem with bamboo-artifactory-plugin at bamboo elastic-agent. Build fail with error:
Could not execute task no Plugin with key 'org.jfrog.bamboo.bamboo-artifactory-plugin:maven3Task' is installed.
Bamboo agents on hardware run same…

mithrim
- 13
- 2
0
votes
1 answer
How to run a python script in Bamboo server?
I'm new to Devop's field. I wanted to run python script using bamboo server. Can anyone help me with the proper Documentation or any steps?

sairamdgr8
- 47
- 1
- 10
0
votes
1 answer
How to write a Bamboo build script to call to a REST endpoint
I have this endpoint
@RequestMapping(value = "/refresh")
public DataSource getMostRecentData() {
return s3DataStoreService.getMostRecentSource();
}
And I would like to know if it's possible to write a bamboo script that hits this endpoint, as…

lmngn23
- 511
- 3
- 15