Skip to content

Commit

Permalink
Update Jenkins-Installation-debian-July2022.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtojp authored Jul 5, 2022
1 parent b5f4698 commit aedb8ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Jenkins/Jenkins-Installation-debian-July2022.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Use Ubuntu 18.04 Installation
sudo apt update
sudo apt install openjdk-11-jre -y
java -version
openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment (build 11.0.12+7-post-Debian-2)
OpenJDK 64-Bit Server VM (build 11.0.12+7-post-Debian-2, mixed mode, sharing)

the output would be similar to below

openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment (build 11.0.12+7-post-Debian-2)
OpenJDK 64-Bit Server VM (build 11.0.12+7-post-Debian-2, mixed mode, sharing)


curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo tee \
Expand Down

0 comments on commit aedb8ed

Please sign in to comment.