-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to trigger builds with private repo #4
Comments
I've investigated this issue and found out that githup-api-plugin isn't using authentication when retrieving informations that are paged (such as pull requests and comments). I'll file a bug to the github-api-plugin. |
Thanks so much. Whenever you file the bug can you send me the information so I can track it? I really need the pull request\comment part to work ASAP! |
Actually, I just found the issue you submitted. |
+1 to watch. |
github-api plugin issue is here: hub4j/github-api#19 |
I saw and followed. |
hub4j/github-api#19 is resolved in github-api-plugin 1.33 |
This still does not seem to be working correctly. My builds are now being triggered when I create a pull request to the private repo. However, it does not trigger a build if I comment in the pull request and it does not leave a comment in github after the build is complete. This is seems to be happening in public repos as well. Let me know if this is still an issue with the guthub-api plugin and I will file it with him instead. Thanks! |
Version 1.2 is using github's commit status (https://github.com/blog/1227-commit-status-api) so it should make comment only when asking for approval. |
This is an awesome plug in! However, it seems that this does not work with private repositories. Does this seem correct to you and if so is there a way to get around it?
Thank you for your help!
The text was updated successfully, but these errors were encountered: