-
Notifications
You must be signed in to change notification settings - Fork 73
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
Can't get automatic builds to work #19
Comments
I'm seeing this same behavior. |
@charliek @r04r
|
The When I check If I uncheck |
I also disabled read permissions for anonymous users. |
Also my callback url is not |
I was able to get this working when I switched so a more simple matrix based authentication. I have to run now, but will file a separate issue later tonight if @r04r doesn't beat me to it. |
I created #42 to capture this. Let me know if you want me to include any more info. @suryagaddipati out of curiosity what is a tested authentication structure that you use with dot-ci? Switching to matrix based auth worked but adding new jobs seemed to break. Trying to figure out how to best authenticate jenkins and use dot-ci before #42 is addressed? |
Hey @charliek we use |
Thanks for the info and for open sourcing and working on DotCi. |
The webhook is configured properly in the github settings, and Jenkins appears to be receiving the pushes as the following can be found in the log:
But when looking at https://github.com/groupon/DotCi/blob/master/src/main/java/com/groupon/jenkins/github/GithubWebhook.java#L78 it seems that it fails to find the associated project to actually schedule the build? The project itself was configured through 'New DotCI Job' and the configured associated github repository appears to correctly be
https://github.com/r04r/TinyBBS2
.The payload sent by github is:
The text was updated successfully, but these errors were encountered: