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.
So I am trying to separate my AWS CDK build and deploy in 2 steps, so that I can rerun one of the steps if necessary:
pipelines:
branches:
master:
- step:
<<: *build
deployment: development
name: Build for development
- step:
<<: *deploy
deployment: development
name: Deploy to development
So the Build step required the deployment variable because it used in AWS CDK code.
And the deploy also needs it to get the right AWS_ACCESS_KEYs .
Bitbucket doesnt allow me to use this variable deployment twice.
How do I resolve this issue?
My current solution is the have build & deploy in one step.
Hi Mattijs and welcome to the community.
Apart from having both build and deploy in the one step, you could also:
We have a feature request for what you are asking in our issue tracker:
I would suggest adding your vote there (by selecting the Vote for this issue link), as the number of votes helps the development team and product managers better understand the demand for new features. You can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates. When there is an update, it will be posted in this public ticket.
Please note though that we don't provide ETAs and implementation of new features is done as per our policy here: https://confluence.atlassian.com/cloud/new-features-744721668.html.
Please feel free to let me know if you have any other questions.
Kind regards,
Theodora
Hi,
the `deployment` variable can't be a repo variable because it has different meanings for each deployment: DEV | STAGING | PROD.
The build step needs to know what env it is building for, and the deployment to AWS also needs to know to get the correct secret key.
Yes, 2 deployment variables with a slight different name could work until there is a better fix.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, The Cloud team recently announced 12 new DevOps features that help developers ship better code, faster ! While we’re all excited about the new improvements to Bitbucket ...
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.