-
Bug
-
Resolution: Done
-
Normal
-
DO288 - OCP4.12-en-2-20231002
-
None
-
False
-
-
False
-
4
-
ROLE
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/do288-4.12/pages/ch04s05 |
Reporter RHNID: | chetan-rhls |
Section title: | Triggering Builds |
Language: | English |
Issue description : Last sentence reads: To retrieve a webhook URL and the secret, use the oc describe command and look for the specific type of webhook you need.
This is not exactly true. oc describe bc will show the URL but with the secret hidden as . The actual secret can be found in an oc get bc -o yaml or more specifically $ oc get -o JSON bc/ | jq '.spec.triggers'
Steps to reproduce:
Expected result: