HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Is there something like Jenkins pipeline scripts for Bamboo?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
scriptspipelinejenkinslikebamboofortheresomething

Problem

In Jenkins I setup my tasks using groovy pipline scripts stored in git or subversion.

This way I only need to setup the input of the required parameters.
The processing (additional checkouts, installation, builds, tests and other ansible tasks) are defined in the pipline script.

My question is: Is there a way to do somtehing similar with bamboo?

Solution

I don't think Bamboo has that natively but there are plugins such as this one: (https://marketplace.atlassian.com/plugins/com.cobalt.cdpipeline.cdpipeline/server/overview).

Atlassian also has a different product called Bitbucket pipeline (https://bitbucket.org/product/features/pipelines) that may be more similar to what you want but it's more of a CircleCI type of Pipeline.

Context

StackExchange DevOps Q#2006, answer score: 2

Revisions (0)

No revisions yet.