[
https://issues.jboss.org/browse/JBIDE-15131?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen commented on JBIDE-15131:
---------------------------------------------
I've added the right webhook - but need to remove the old ones.
here is script for adding:
curl -u "maxandersen:$GITHUBPWD"
https://api.github.com/orgs/jbosstools/repos |
grep "\"url\".*\/jbosstools\/jbosstools" | sed -e
"s/.*\(https.*\)\".*/\1/g" | xargs -n 1 -I {} curl -u
"maxandersen:$GITHUBPWD" {}/hooks -X POST -d '{ "name" :
"web", "active": true, "events": [ "push",
"pull_request"], "config" : { "url" :
"http://jbossbot.flurg.com/jbossbot/%23jbosstools?limit=10" } }'
update jbosstools repositories to use proper jbossbot hook
----------------------------------------------------------
Key: JBIDE-15131
URL:
https://issues.jboss.org/browse/JBIDE-15131
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cleanup
Reporter: Max Rydahl Andersen
jbossbot moved to openshift thus webhooks needs updating:
Use:
http://jbossbot.flurg.com/jbossbot/%23channel
instead of:
http://jbossbot.flurg.com:5150/jbossbot/%23channel
Can be done manually or scripted...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira