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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.