Hide Forgot
Description of problem: No return for gitlab and bitbucket webhook when use --list-webhooks=all although they have been set: $ oc start-build ruby-ex --list-webhooks=all github https://xxxx:8443/apis/build.openshift.io/v1/namespaces/wzheng1/buildconfigs/ruby-ex/webhooks/<secret>/github generic https://xxxxx:8443/apis/build.openshift.io/v1/namespaces/wzheng1/buildconfigs/ruby-ex/webhooks/<secret>/generic Version-Release number of selected component (if applicable): oc v3.10.0-0.63.0 kubernetes v1.10.0+b81c8f8 features: Basic-Auth GSSAPI Kerberos SPNEGO How reproducible: always Steps to Reproduce: 1.oc new-app ruby~https://github.com/openshift/ruby-ex 2.oc set triggers bc/ruby-ex --from-bitbucket 3.oc set triggers bc/ruby-ex --from-gitlab 4.oc start-build ruby-ex --list-webhooks=all Actual results: $ oc start-build ruby-ex --list-webhooks=all github https://xxxx:8443/apis/build.openshift.io/v1/namespaces/wzheng1/buildconfigs/ruby-ex/webhooks/<secret>/github generic https://xxxxx:8443/apis/build.openshift.io/v1/namespaces/wzheng1/buildconfigs/ruby-ex/webhooks/<secret>/generic Expected results: Should also list gitlab and bitbucket webhoos. Additional info:
Fix in https://github.com/openshift/origin/pull/22192
Verified with below version: [wzheng@openshift-qe 4.0]$ oc start-build ruby-ex --list-webhooks=all github https://api.qe-wzheng-212114.qe.devcluster.openshift.com:6443/apis/build.openshift.io/v1/namespaces/wzheng1/buildconfigs/ruby-ex/webhooks/<secret>/github generic https://api.qe-wzheng-212114.qe.devcluster.openshift.com:6443/apis/build.openshift.io/v1/namespaces/wzheng1/buildconfigs/ruby-ex/webhooks/<secret>/generic [wzheng@openshift-qe 4.0]$ oc version --short Client Version: v4.0.22 Server Version: v1.12.4+4836bc9
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758