Top Atlassian Bamboo(2024) Interview Questions | CodeUsingJava
















Top Atlassian Bamboo Interview Questions


  1. What is Atlassian Bamboo?
  2. What exactly do you know about release planning?
  3. How to tag a git repo in a bamboo build?
  4. What are the basic requirements for using Atlassian Bamboo?
  5. How do you start Atlassian Bamboo?
  6. How to have Bamboo artifacts collect a whole folders?
  7. How to find out current working directory in Bamboo?
  8. How to save artifacts in Bitbucket-Pipelines?
  9. How can Bamboo variable can be replaced in batch file?

What is Atlassian Bamboo?

Atlassian Bamboo is a CI/CD server that helps in assisting software development teams which provides automated building and testing of software source code status.It helps us in finding and dealing with the complex issues which declares their presence, they are very fast in speed when they are located.

What exactly do you know about release planning?

Bamboo is a common approach, it contains features that are simply the best approach.It comes when it comes to the starting backlog, as it is calculated in points and everything in releasing planning in Bamboo is the best.

How to tag a git repo in a bamboo build?

We can a tag based on the build number by:
git tag -f -a  -m " build number  passed automated acceptance testing." 
git remote add central 
git push central 
git ls-remote --exit-code --tags central 


What are the basic requirements for using Atlassian Bamboo?

The basic requirements are as follows:
CPU and memory.
Storage.
Browser.
Java.
Application server.
Database.
Database connection pool size.
Local agents considerations.

How do you start Atlassian Bamboo?

Download Bamboo. Download the file for your operating system -
STEP 1 - Create the installation directory.
a) Extract the downloaded file to an install location.
STEP 2 - Create the home directory.
STEP 3 - Start Bamboo.
STEP 4 - Configure Bamboo.

How to have Bamboo artifacts collect a whole folders?

There are 4 tasks for collecting folders that are: Source code checkout, MSBuild, Run tests, Generate test report.
onclick="window.open('./Screenshots/66ef3a03-8b82-4b40-b49d-b0155e273738.png');return false;"


How to find out current working directory in Bamboo?


APP_HOME=



How to save artifacts in Bitbucket-Pipelines?

We can save artifacts by creating during the build process:

image: microsoft/dotnet:latest
pipelines:
 default:
 - step:
 script: # Modify the commands below to build your repository.
 - cd BackgroundCode
 - dotnet restore
 - dotnet run
 artifacts:
 - '../**/*.dacpac'



How can Bamboo variable can be replaced in batch file?

Unix
goq-image-$bamboo_INTERNALVERSION-SB$bamboo_buildNumber

Windows
goq-image-%bamboo_INTERNALVERSION%-SB%bamboo_buildNumber%