Skip to content

Commit

Permalink
Update READme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Dec 4, 2021
1 parent a37a26f commit f4f3f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JENKINS-INSTALLATION/READme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
### Install other softwares - git, unzip and wget

``` sh
hostname cicd
sudo hostname ci
sudo yum -y install unzip wget tree git
sudo wget -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.rpm
sudo yum install jdk-8u131-linux-x64.rpm -y
Expand All @@ -42,6 +42,7 @@ sudo systemctl status jenkins
# Access Jenkins from the browser
```sh
public-ip:8080
curl ifconfig.co
```
# get jenkins initial admin password
```sh
Expand Down

0 comments on commit f4f3f4f

Please sign in to comment.