AWS Documentation

  1. Home
  2. Docs
  3. AWS Documentation
  4. AWS Jenkins 2.263 on Ubuntu 20.04

AWS Jenkins 2.263 on Ubuntu 20.04

This AMI provides a single node Jenkins server.

Overview

  • Ubuntu 20.04 LTS
  • Jenkins 2.263

Setup wizard

Once you open the top page with your browser(http://{your-jenkins-address}:8080), you will see the Jenkins setup wizard as below.

Jenkins initial password

You can find Jenkins initial password from EC2 management console System Log.

You can also SSH into your instance and find the login credential using the following command.

$ cat /home/ubuntu/credentials
////////////////////credentials info////////////////////
--- Jenkins
----- User: admin
----- Password : oshei5ha9feelii8AeChaF2Yah3avai5
////////////////////////////////////////////////////////

Jenkins setup wizard

Input initial password, "oshei5ha9feelii8AeChaF2Yah3avai5" in this case, and click “Continue”.

You will see plugin selection page as below.

For simplicity, click “Install suggested plugins”, and Jenkins will automatically install recommended plugins. This may take a few minutes.

Once plugin installation is done, setup wizard will ask you to create admin user. Specify your admin account detail, and click “Save and Continue”.

If you have setup specific domain and fixed IP address for Jenkins, you can setup Jenkins URL here. If not, you can proceed with default url.

NOTES: This default address is assigned by AWS automatically. AWS will release this public ip address when the instance is stopped or terminated.

Finally, Jenkins is ready, click “Start using Jenkins”.

If the page doesn’t automatically refresh after a minute, open http://{your-jenkins-address}:8080/restart and click “Yes” to restart Jenkins. After Jenkins restart, you will see login page as below. Fill out admin account you have setup above and login.

For more details about Jenkins, please refer to Jenkins User Documentation

Jenkins setup wizard

Input initial password, "oshei5ha9feelii8AeChaF2Yah3avai5" in this case, and click “Continue”.

You will see plugin selection page as below.

For simplicity, click “Install suggested plugins”, and Jenkins will automatically install recommended plugins. This may take a few minutes.

Once plugin installation is done, setup wizard will ask you to create admin user. Specify your admin account detail, and click “Save and Continue”.

If you have setup specific domain and fixed IP address for Jenkins, you can setup Jenkins URL here. If not, you can proceed with default url.

NOTES: This default address is assigned by AWS automatically. AWS will release this public ip address when the instance is stopped or terminated.

Finally, Jenkins is ready, click “Start using Jenkins”.

If the page doesn’t automatically refresh after a minute, open http://{your-jenkins-address}:8080/restart and click “Yes” to restart Jenkins. After Jenkins restart, you will see login page as below. Fill out admin account you have setup above and login.

For more details about Jenkins, please refer to Jenkins User Documentation

Tags ,

How can we help?