Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Dec 9, 2023
1 parent 44a6694 commit 9b74113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/Install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install -y fontconfig openjdk-11-jre openjdk-11-jdk
sudo apt-get install -y fontconfig openjdk-17-jre openjdk-17-jdk
```
### Install Maven ( on Jenkins machine )
```
Expand All @@ -16,7 +16,7 @@ source /etc/profile
````
### Install Jenkins
```
curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee /usr/share/keyrings/jenkins-keyring.asc > /dev/null
sudo wget -O /usr/share/keyrings/jenkins-keyring.asc https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list > /dev/null
sudo apt-get update
sudo apt-get install jenkins
Expand Down

0 comments on commit 9b74113

Please sign in to comment.