问答详情
源自:2-3 Jenkins基础设置

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

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.


提问者:Abby_lrwei 2019-04-23 13:14

个回答

  • 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.