Hi All,
I tried with merge check and controlled the pull request with casual user and Admin.
I referred the below urls and succeed with first merge request check!
https://developer.atlassian.com/stash/docs/latest/reference/plugin-module-types/merge-check.html
https://developer.atlassian.com/stash/docs/latest/tutorials-and-examples/controlling-when-pull-requests-can-be-merged.html
1)
Now, I want to ge these merge details. Means which branch pull request happened and which branch to where the merge happened etc., i.e., I need all the merge details. And I have to print/show these some where.
For this I created "PROJECT1" in satsh server
2)
Yesterday I have gone through "Pre Repository Hook Plugin Module" and in onRecevice(){ } I added some hookResponse.out.println("===") statements and I able to see it on client console i.e., on git.
Later I tried the merge check sample
after running atlas-run for this. I found that My earlier "PROJECT1" got deleted from stash server, is it correct?.
Can anyone please suggest how can I achieve it..
Regards
Anil
I think this will help you:
https://answers.atlassian.com/questions/262058/get-the-content-of-a-merge-in-a-merge-request-check
And when I do git merge branch name. what method will call in atlanta stash SDK..?
.I mean I want to do after completion of merge..how can I do it..?
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.