简体   繁体   English

通过CCTray监视Openshift Jenkins Gear

[英]Monitoring Openshift Jenkins Gear via CCTray

I've managed to modify CCTray using a transport extension to connect to a local Jenkins server running on my locahost. 我设法使用传输扩展程序来修改CCTray,以连接到在locahost上运行的本地Jenkins服务器。 I cannot however connect to the openshift remote jenkins server which has been setup on my account. 但是,我无法连接到已在我的帐户上设置的openshift远程jenkins服务器。

I can access it correctly from the Openshift Jenkins Web URL however I can't connect to it using the CCTray transport extension, it just times out. 我可以从Openshift Jenkins Web URL正确访问它,但是我无法使用CCTray传输扩展名连接到它,只是超时了。 I think it's because it tries to connect to the actual port the Jenkins server is running on and this is being blocked. 我认为这是因为它尝试连接到Jenkins服务器正在运行的实际端口,并且此端口被阻止。

Would installing and running the client tools/ssh comms fix this problem? 安装和运行客户端工具/ ssh comms是否可以解决此问题?

Or is this impossible to do. 还是这不可能做到。 It is a very nice notifications tray program so would be great to get it working. 这是一个非常不错的通知托盘程序,因此非常有用。

Any ideas would be very much appreciated! 任何想法将不胜感激!

So openshift only has 80 and 443 open externally and so if CCtray is trying to connect to the port itself then it won't be get to it. 因此,openshift仅在外部打开80和443,因此,如果CCtray尝试连接到端口本身,则将无法连接到该端口。 Can you configure CCtray to use the public URL to interact with Jenkins? 您可以配置CCtray以使用公共URL与Jenkins进行交互吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM