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

后端 未结 3 1346
夕颜
夕颜 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:36

    Adding to @MrBlueSky 's answer, you can avoid the password expiration hassle; simply use a Jenkins-issued API Token instead of your password.

    1. Log into Jenkins
    2. Click your username (in the upper right corner)
    3. Click Configure (in the left navbar)
    4. Click Show API Token
    5. Use this token in place of your password when setting up the Jenkins Transport settings

提交回复
热议问题