Skip to content

Commit

Permalink
Update Jenkins version
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tg committed Sep 25, 2023
1 parent d6c6875 commit 6c9dc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/jenkins/jenkins-server-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ echo -e "\n\e[0;32m${bold}Installating JDK8${normal}\n"
apt-get install -y openjdk-8-jdk

echo -e "\n\e[0;32m${bold}Installating Jenkins${normal}"
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | apt-key add -
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | apt-key add -
apt-add-repository "deb https://pkg.jenkins.io/debian-stable binary/"
apt-get update
apt-get install -y jenkins=2.319.3
apt-get install -y jenkins=2.346.3

echo -e "\n\e[0;32m${bold}Installating PIP${normal}"
apt-get install -y python-pip
Expand Down

0 comments on commit 6c9dc00

Please sign in to comment.