Skip to content

Commit

Permalink
feat: Align to the Tekton EventListener endpoint (#24)
Browse files Browse the repository at this point in the history
JIRA: EPMDEDP-13302

Signed-off-by: Sergiy Kulanov <[email protected]>
Change-Id: If4b1d6a63ad4815b3a1dc0725164b813fa970763
  • Loading branch information
SergK committed Feb 25, 2024
1 parent b21e2a0 commit bd91956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/configs/scripts/init-all-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ printf \"\$5\\tReadOnly\\n\" >> groups

cat << EOF > \"webhooks.config\"
[remote \"changemerged\"]
url = http://el-edp:8080
url = http://el-edp-gerrit:8080
event = change-merged
[remote \"patchsetcreated\"]
url = http://el-edp:8080
url = http://el-edp-gerrit:8080
event = patchset-created
[remote \"commentadded\"]
url = http://el-edp:8080
url = http://el-edp-gerrit:8080
event = comment-added
EOF

Expand Down

0 comments on commit bd91956

Please sign in to comment.