patternMinor
Is there something like Jenkins pipeline scripts for Bamboo?
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?
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.
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.