stash disable push on a repository branch

Mark Petrovic December 25, 2014

My build and release process takes several minutes from start to
finish, and during this time I want to disable pushes on the project
repository develop branch.

I found this promising plugin example

https://bitbucket.org/atlassian/stash-example-hook-protect-ref

which solves part of my problem in that I now know how to disable
pushes to the ref via the Stash Web UI and pre-receive hooks. But I would like to extend
the Stash REST API so that I can programmatically disable pushes
to a ref during the release process, then enable pushes when the
release is finished.

Can someone offer guidance on how whether extending the Stash REST API
is possible, and if so how to start on such an extension?

I am also open to and grateful for other suggestions on how to
approach an automated solution.

Thanks.

2 answers

1 vote
Timothy
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 27, 2014

If your build process can call the Stash API and remove the write permissions to the branch and then restore them after they are done, that should be a viable solution.

https://developer.atlassian.com/static/rest/stash/3.0.1/stash-branch-permissions-rest.html

0 votes
thinksabin August 9, 2017

hi,

do we have solution for this?

thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events