I have forked a project which contains a bitbucket-pipelines.yml file.
I would like to create my own separate pipeline for this project (and also be able to issue pull requests)
Is there a way to have a separate bitbucket-pipelines.yml exclusive to my fork?
First of all the bitbucket-pipelines.yml file is always exclusive to your fork.
Do you want to issue pull requests with or without your own separate pipeline?
If you want to issue pull requests with your own separate pipeline, (re-) define the pull-request pipeline in your fork.
If you want to issue pull requests without your own separate pipeline, do not (re-) define the pull-request pipeline in your fork.
If you don't want to populate your bitbucket-pipelines.yml changes back to the upstream project you forked from, do not file any of the file changes when you create a pull-request upstream.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answer @ktomk! GitHub and Azure Devops both offer the capabilities to have multiple pipelines per project with different triggers. It is unfortunate that BitBucket makes this so restrictive, but I guess this is the only answer. Thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Phillip Demro Yes, but keep in mind it's in the eye of the beholder. What is the ones restriction is another persons possibility. In short it was not entirely clear to me from your question what you're looking for specifically. E.g. as you're concerned about a fork if I got that right, it is technically another project.
And then yes again: Bitbucket feels weak at forks + pull requests upstream to me, too.
However take any limitation with a grain of salt: they can turn out things to the better. Just saying.
(btw. didn't know it's possible to accept two answers, fair point)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.