Skip to content

Commit

Permalink
updated webhook url for ocp 4
Browse files Browse the repository at this point in the history
  • Loading branch information
siamaksade committed May 13, 2019
1 parent ad839f9 commit 9ab81a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ objects:
{
"type": "gogs",
"config": {
"url": "https://openshift.default.svc.cluster.local/oapi/v1/namespaces/$CICD_NAMESPACE/buildconfigs/tasks-pipeline/webhooks/${WEBHOOK_SECRET}/generic",
"url": "https://openshift.default.svc.cluster.local/apis/build.openshift.io/v1/namespaces/$CICD_NAMESPACE/buildconfigs/tasks-pipeline/webhooks/${WEBHOOK_SECRET}/generic",
"content_type": "json"
},
"events": [
Expand Down

0 comments on commit 9ab81a0

Please sign in to comment.