[jbosstools-issues] [JBoss JIRA] (JBIDE-15131) update jbosstools repositories to use proper jbossbot hook

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Jul 3 19:57:20 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787504#comment-12787504 ] 

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


More information about the jbosstools-issues mailing list