You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bash script in `install-jenkins` files automates the installation of the Jenkins (LTS) version on a Debian-based Linux system that includes Ubuntu and more.<br>
4
+
The script will first request for updates, then install Java which is a prerequisite for Jenkins after that it:
5
+
- Installs Jenkins
6
+
- Starts the service
7
+
- Displays the initial admin password.
8
+
9
+
# How to use the Installation script
10
+
11
+
1. Open your terminal by pressing the `ctrl + alt + t` command on your keyboard.
12
+
2. You can then clone this repo using the command:
0 commit comments