I have some custom pipelines that I want to only be executable from commits merged onto master. I've tried a few permutaions on the bitbucket-pipelines.yml file, but in effect I want something that does this:
custom:
custom-build-name:
master:
- step:
script: ...
Is this possible?
Hi Shane, that's currently not possible.
Could you explain why you want to restrict a custom pipeline to master only?
I have some custom pipelines that deploy to our production servers. I wanted to prevent code that hasn't undergone our pull request process from accidentally getting deployed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.