DevOps / Bamboo: Continuous Integration & Deployment Interview Questions
What are tasks in a Bamboo job?
A task is the smallest executable unit in Bamboo — a single step such as checking out source, running a Maven build, executing a shell script, or parsing test results. Tasks inside a job always run in order, one after another, on the same agent.
Common built-in task types include:
| Task Type | Purpose |
| Source Code Checkout | Pulls the repository onto the agent. |
| Script | Runs an arbitrary shell/PowerShell command. |
| Maven/Gradle/npm Build | Invokes the relevant build tool. |
| JUnit Parser | Reads test XML output and records pass/fail counts. |
| Artifact Definition | Marks files produced by the job for later use. |
By default, if one task fails, the remaining tasks in that job are skipped unless the task is explicitly marked to run "even when the job fails" (used for cleanup steps).
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
