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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Octopilot automate your Gitops workflow


Hello community, I just started using Bitbucket pipeline. I was initially using Github Action.

I need to Automate GitOps workflow, by automatically creating/merging Bitbucket pipeline PRs.

While using GitHub Action I was working with

https://github.com/dailymotion-oss/octopilot

and

https://dailymotion-oss.github.io/octopilot/


I do have a question, working with Bitbucket pipeline, does Bitbucket pipeline have any docker image for Bitbucket pipeline to Automate Gitops workflow, by automatically creating/merging Bitbucket pipeline PRs

1 answer

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 03, 2023

Hi @chekju,

The Docker image you specify in your bitbucket-pipelines.yml file will be used to start a container where a certain build step runs, it won't do anything more. The repo will be cloned in this container, and then the commands of the step (from the bitbucket-pipelines.yml file) will be executed.

I had a look at the links you shared and I understand that Octopilot is a CLI tool to automate creating and merging PRs in GitHub. Atlassian doesn't have any such tool available. If there is one available from a third party, you may be able to use it during a Pipelines build.

Otherwise, you will need to write a script that does what you want and you can make use of our APIs for pull requests (you can check the different endpoints from the left sidebar, we have endpoints for creating and merging PRs):

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events