Guide – How To Start – Jenkins Automation Server on Windows Server 2016 on Amazon

Up-to-date and secure image. Jenkins is a Continuous Integration and Continuous Delivery (CI/CD) server designed to automate the building, testing, and deploying of any software project.

This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.

How to setup Jenkins Automation Server on Windows Server 2016

To connect via RDP, you must first create a password. To do this, use the following Guide.

  1. Follow the next path C:\ProgramData\Jenkins\.jenkins\secrets In Windows Explorer,  and open the initialAdminPassword file using Notepad.
  1. Copy the received password from the InitialAdminPassword 
  1. Enter and follow the next address: http://*vm_ip*: 8080 in your browser. The Jenkins pre-configuration page will be opened.
  1. Enter the password from step 2 then click “Continue”
  1. Click “Install suggested plugins”, otherwise, if you need additional settings, click “Select plugins to install”
  1. After the plugins are installed, you will be prompted to create an admin user. Fill in all the fields and click “Save and continue”.
  1. After creating the user, you will be prompted to change the URL to access Jenkins. You can leave it unchanged and click “Save and Finish”. Then click “Start using Jenkins” to complete.

You can go to Jenkins from anywhere now. To do this, open the following address:  http://*vm_ip*: 8080 in a convenient browser.

Website Built with WordPress.com.

Up ↑