

Installing Jenkins on Ubuntu 18 on AWS
source link: https://fuzzyblog.io/blog/jenkins/2020/05/12/installing-jenkins-on-ubuntu-18.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Installing Jenkins on Ubuntu 18 on AWS
May 12, 2020

Jenkins is an Open Source CI / CD software program that you can easily install on an AWS instance.
Here is how to install Jenkins:
sudo apt install default-jre
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt update
sudo apt install jenkins
sudo systemctl start jenkins
Here are some additional useful commands:
sudo systemctl status jenkins
Here are the next steps you need to follow:
- Open a port in the AWS Security Group for your instance for port 8080 on 0.0.0.0/0 to allow http access to the Jenkins user interface.
- Go to the instance's IP address at port 8080 to run through the Jenkins installation.
- Confirm the Jenkins password per the instructions on screen.
- Select the plugins that you need for your Jenkins installation.
- Create your account and password.
Sources
Recommend
-
139
README.md JX JX is a command line tool for installing and using Jenkins X
-
85
After having OpenJDK 11 installed on Ubuntu 18.04 (Bionic Beaver), which comes with a package named openjdk-11-jdk, to my surprise that was still an earlier version (Java 10).
-
16
Installing ASP.NET Core 2.1 on Ubuntu 18.4 LinuxDaniel's Dev Blog Developer, Trainer, Open Source Contributor Blog About me
-
15
Installing Node.js and NPM on Ubuntu/Debian Posted: 2011-10-24 - Last updated: 2020-03-11 Tagged
-
11
Installing Ansible on Ubuntu 18 on AWS May 12, 2020 Ansible is an Open Source DevOps engine for systems configuratio...
-
10
Installing Ruby using rbenv on Ubuntu 18 Feb 14, 2020 Rbenv provides a...
-
16
OSX to Linux in 10 Minutes 01 - Installing Albert on Ubuntu Mac Feb 17, 2017 One of the most pleasant aspects of OSX is the tool Alfred. Alfred is a simple launcher th...
-
16
AWS Tutorial 11 - An Ansible Role for Installing AWS Cloud Watch Monitoring On Ubuntu Oct 1, 2016 As I've written here earlier, Ansible is a provisioning and management tool that you can use to enable better automated p...
-
10
Installing and configuring AWS CLI Overview AWS CLI is a command-line tool for managing data in Amazon S3 and other Cloud Storage Service...
-
4
Installing TensorFlow on AWS 2015-11-12Curious about Google's newly released TensorFlow? I don't have a beefy GPU machine, so I spent some time getting it to run on EC2. The
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK