【安全矩阵】保存后有警告,我该怎么做?

来源:2-3 Jenkins基础设置

Abby_lrwei

2019-04-23 13:14

Builds in Jenkins run as the virtual SYSTEM user with full permissions by default. This can be a problem if some users have restricted or no access to some jobs, but can configure others. If that is the case, it is recommended to install a plugin implementing build authentication, and to override this default.

  • ❌ No implementation of access control for builds is present. It is recommended that you install

Authorize Project Plugin

or another plugin implementing the

QueueItemAuthenticator

extension point.


写回答 关注

2回答

  • Abby_lrwei
    2019-04-23 15:57:25

    其实警告的两个蓝色字体是加了链接的,可以点进去下载,之前没注意,在插件管理找了半天

  • 米少
    2019-04-23 14:33:37

     if some users have restricted or no access to some jobs, but can configure others

    or

    it is recommended to install a plugin implementing build authentication, and to override this default.

    Abby_l...

    Thanks.But I haven't found a plugin named 'Authorize Project' or anyone like that under '/pluginManager/available'.

    2019-04-23 15:03:54

    共 1 条回复 >

用Jenkins自动化搭建测试环境

利用Jenkins实现测试环境的一键自动化部署。

37385 学习 · 236 问题

查看课程

相似问题