You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Is it possible to put my bitbucket-pipelines.yml file in a child directory and not root?
My repo is structured into two directories:
site/ # website front end & api logic
server/ # server deploy & provisioning logic
and I desire having the pipelines config in the server directory
site/
server/bitbucket-pipeline.yml
In general this is not possible. The options to make it possible I can think of are likely not what you've looking for:
Perhaps if you share what is driving your motivation better directions or ideas can be given.
Thanks @ktomk kinda figured as much.
Just wanted a cleaner looking file structure - have all my deploy related files in the server directory. I can live with the config file in the root.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you normally only need that one file in the root. And yes, I know what you're talking about. It can get kinda crowd in the root project directory these days. I try to minimize that as well, like putting what can in support sub-directories. Works well with bitbucket-pipelines.yml for my needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agreed! It's the only file in my root, and it hurts my eyeballs. Until I remind myself my client paid for it to be there and then I'm happy again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
...hey are a part of us, shaping how we interact with the world around us. The same holds true for programming languages when we think about how different kinds of vulnerabilities raise their heads in t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.