-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Linux Jenkins 1.638 w/gitbucket plugin v0.8. Gitbucket 3.8
Gitbucket and Jenkins servers are separated and not running on the same server.
Security is enabled on Jenkins via ldap. Any authenticated user can do anything.
Jenkins job is configured with Build Trigger "Build when a change is pushed to GitBucket".
Gitbucket webhook is configured with "https://<dns name.com/gitbucket-webhook/
(when i test this address i get a page telling me (POST is required for org.jenkinsci.plugins.gitbucket.GitBucketWebHook.doIndex)
There are no entries in the "Gitbucket Hook Log".
I am updating gitbucket project via git bash client on workstation.
I can send a POST request via curl to the webhook address so I assume that authorizations isn't stopping me?
I have enabled http on all interfaces and configured webhook url in gitbucket as http://<dns name.com:8080/gitbucket-webhook/ and was successfully able to trigger a job. For security reasons I must use ssl.