Lab Information Some new requirements have come up to install and configure some packages on the Nautilus infrastructure under Stratos Datacenter. The Nautilus DevOps team installed and configured a new Jenkins server so they wanted to create a Jenkins job to automate this task. Find below more details and complete the task accordingly: Access the Jenkins UI by clicking on the Jenkins button in the top bar. Log in using the credentials: username admin and password Adm!n321. Create a new Jenkins job named install-packages and configure it with the following specifications: Add a string parameter named PACKAGE. Configure the job to install a package specified in the $PACKAGE parameter on the storage server (Stratos Datacenter). Build the job at least once (e.g. with parameter PACKAGE=vim-enhanced) so the package is installed on the Storage server and can be verified. Note: Ensure to install any required plugins and restart the Jenkins service if necessary.…