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

How to create S3 bucket based on branch name?

AVKarelin January 18, 2018

Hi there

I need to create a new S3 bucket from bitbucket-pipelines.yml if the bucket does not exist.

eg

I create a new branch feature/somename1 and I need to create S3 bucket using "somename1".

- export AWS_S3_BUCKET=app.somename1...

In my bitbucket-pipelines.yml  I have 

branches:

    feature/*:

 

How to create that? I mean How to use feature/* from yml file or there is something else?

1 answer

0 votes
StannousBaratheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 21, 2018

Hi Alexey,

You can use the $BITBUCKET_BRANCH default environment variable in your build to access the branch name.

You can read more about default variables on this page of our documentation: https://confluence.atlassian.com/bitbucket/environment-variables-794502608.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events