Gitbucket and Jenkins servers are running on the same server machine.
Security is enabled on Jenkins via ldap.
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 [Try POSTing])
There are no entries in the "Gitbucket Hook Log".
I am updating gitbucket project via git bash client on workstation (also tried commit with with git ui, gitbucket ui)
sogabe, Appreciate if you can share some pointers here. Auto deployment of CI pipeline is blocked for me due to this issue. Appreciate quick help. Thanks
Ashish Sharma
added a comment - sogabe , Appreciate if you can share some pointers here. Auto deployment of CI pipeline is blocked for me due to this issue. Appreciate quick help. Thanks
sogabe
Ashish Sharma
Votes:
0Vote for this issue
Watchers:
1Start watching this issue
Created:
Updated:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
sogabe, Appreciate if you can share some pointers here. Auto deployment of CI pipeline is blocked for me due to this issue. Appreciate quick help. Thanks