Lab Information The Nautilus team is integrating Jenkins into their CI/CD pipelines. After setting up a new Jenkins server, they're now configuring user access for the development team, Follow these steps: Click on the Jenkins button on the top bar to access the Jenkins UI. Login with username admin and password Adm!n321. Create a jenkins user named siva with the password B4zNgHA7Ya. Their full name should match Siva. Utilize the Project-based Matrix Authorization Strategy to assign overall read permission to the siva user. Remove all permissions for Anonymous users (if any) ensuring that the admin user retains overall Administer permissions. For the existing job, grant siva user only read permissions, disregarding other permissions such as Agent, SCM etc. Note: You may need to install plugins and restart Jenkins service. After plugins installation, select Restart Jenkins when installation is complete and no jobs are running on plugin installation/update page.…