"Promote to Production" Button in Bitbucket deployment [Proposal]

Lukas Bartak December 11, 2017

Hi, I am an Alpha user of your great new feature Bitbucket Deployment,

everything works great but one last missing feature for me is: Deploy button

 

How it could work

If some step is manually triggered and also is marked as deployment, then show deploy button in deployment summary modal.

Pipelines simple example:

- step
script:
- npm install
- npm run build
artifacts:
- dist
- step:
name: Deploy to staging
deployment: staging
trigger: manual
script:
- python.py deploy

Example

A picture is worth a thousand words ;)

I add Deploy Button and it could run the last step... This is just example.Screenshot 2017-12-11 09.52.24.png

Let me know what do you think? ;)

 

PS: I know there is exactly the same feature button for manual triggering already BUT it's hidden inside bunch of pipelines logs and therefore it is almost impossible to find it and use it (not only for project managers but also developers).

2 answers

2 votes
Mike Stead December 12, 2017

Agree, took some time to find it. I'd prefer this proposed button was labeled Promote however.

Also not sure how to do a rollback but I guess that's why this is in alpha!

0 votes
Boris Berenberg - Atlas Authority
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 11, 2017

Doesn't look like it's flagged as spam. Someone else may have fixed it for you.

Lukas Bartak December 11, 2017

Yes, it looks like someone else removed that flag from this question. But still thanks, Boris ;)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events