Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Moving from Jenkins to pipelines

Limor Segal Shevah April 3, 2021

Hi,

 

Does anyone have an experience with moving from Jenkins to bitbucket pipelines?

I would like to know about the transition, advantages, disadvantages, issues that raise in the middle or others.

 

Thanks,

Limor

 

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
Craig Castle-Mead
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2021

Hey @Limor Segal Shevah 

Using Bitbucket Pipelines, you have your CI/CD process codified - meaning you benefit from a documented process that sits with the code itself, as well as any code review/PR process you have configured

Depending on your architecture, one of the downsides can be moving away from the Jenkins controller/agent model if you're not using containers or similar. If your Jenkins setup has a remote agent pulling code/artifacts from your Bitbucket repo, then copying files around (say in to your web server doc root) then achieving the same via Bitbucket pipelines would mean something like allowing remote access (ssh/sftp etc) to that server which may not be possible/advisable. With Bitbucket pipelines, it'd be ideal to run any tests, build artifacts then package what's needed in to a more Cloud native approach (build and deploy a new container revision, deploy a zip to S3 which triggers a deployment action within AWS or something).

 

CCM

TAGS
AUG Leaders

Atlassian Community Events