using CCtray with Jenkins, while security enabled (using HTTPS)

后端 未结 3 1408
夕颜
夕颜 2021-02-09 15:54

I configured my Jenkins server to only use HTTPS and enabled security. As well I don\'t like anybody who\'s not logged on to see the Dashboard (even if it would be empty). Here

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-09 16:31

    For Jenkins servers without anonymous access, you can use Catlight build notification tool. You can provide access token or username/password to authenticate to your server.

    I you have a self-signed ssl certificate, make sure that you add it to trusted by OS. That way, most applications will recognize it and connect to server without warnings.

提交回复
热议问题