新安装jenkins要记录的点。
Posted ikodota
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新安装jenkins要记录的点。相关的知识,希望对你有一定的参考价值。
突然很早之前部署的jenkins 由于版本低存在漏洞,被人搞了,在docker中新安装jenkins出现了各种问题,避免跳坑。
不能正确安装插件,
Jenkins -> Plugin Manager -> Advanced -> Update Site 将 https 改为 http 即“http://updates.jenkins.io/update-center.json”
git push是远程执行git hook失败
使用gitee 插件
Jenkins -> Configure Global Security -> CSRF Protection 不勾选。
Jenkins -> Configure Global Security -> Access Control -> Authorization -> 安全矩阵 里匿名用户不给权限,授权用户给read和build权限。
以上是关于新安装jenkins要记录的点。的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu中安装jenkins+docker,实现项目部署