It's all about the answers!

Ask a question

RTC to GIT Integration


Snehal Yendhe (15234) | asked Dec 21 '18, 12:45 a.m.

 Hello,


    I want to integrate RTC 6.0.6 with GIT and I am referring following link: https://www.youtube.com/watch?v=TbmHx3bPaOU
    As per that link I am following every step, commit also done but after commit when I check whether integration is completed or not on my github account (Setting -> Webhook ) display error "We couldn't deliver this payload: Couldn't connect to server". I also allowed firewall and in URL I tried IP address and localhost both, but still not working.
   Please help me if you have any idea to do that.
  Thanks.

One answer



permanent link
Lakshmi Narasimhan T V (4415) | answered Jan 28 '19, 3:52 a.m.
JAZZ DEVELOPER
Hi 

Could you try accessing the RTC server from the GitHub administrative shell with curl command like

curl https://<rtc-server-host-name>:<port>/<context-root>/rootservices 
    
Replace text in angle brackets with the values appropriate to your environment.
If the RTC server is reachable from GitHub server, then this should return the root services document.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.