-
Notifications
You must be signed in to change notification settings - Fork 163
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
500 error using smee trigger and bitbucket #157
Comments
And it works when using curl without smee? Are you sure Jenkins is on 127.0.0.1:8080/ and not 127.0.0.1:8080/jenkins? I dont see anything in the log proving that the plugin was actually invoked. |
A 500 from the plugin will have this response: https://github.com/jenkinsci/generic-webhook-trigger-plugin/blob/master/src/main/java/org/jenkinsci/plugins/gwt/GenericWebHookRequestReceiver.java#L138 |
Hi @tomasbjerre , thank you for the follow up. I have tried the curl from the new issue screen. The server is on 8080 and not 8080/jenkins. :
(I tried with a token too, and that worked fine to trigger my job) Thank you anyway. |
Ok, I think I have found the same issue opened already here: probot/smee-client#116 Sorry to bother you! |
1.66
2.204.2
I am using bitbucket cloud and smee as described in this document: https://jenkins.io/blog/2019/01/07/webhook-firewalls/ . From what I understand, a 500 error is received when trying to post to the jenkins server. I have attached a fairly detailed log of the curl response provided by smee. Please let me know what other information I can gather to help debug this.
Thanks for taking a look!
smee_error2.txt
The text was updated successfully, but these errors were encountered: