Access Denied admin does not have Overall/Read permission

Solution

In the vim config.xml file <role name="admin" pattern=".*">, add the following content below <permissions>:

<assignedSIDs>
    <sid>admin</sid>
</assignedSIDs>

Restart jenkins to take effect.

Guess you like

Origin blog.51cto.com/14843781/2605811