Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jenkins/Install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sudo apt-get install -y fontconfig openjdk-17-jre openjdk-17-jdk
cd /tmp ; sudo wget https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz
cd /tmp ; sudo tar -xzf apache-maven-3.9.6-bin.tar.gz -C /opt/
mv /opt/apache-maven-3.9.6 /opt/maven
sudo echo "MAVEN_HOME=\"/opt/maven\"" >> /etc/profile
sudo echo "PATH=\$MAVEN_HOME/bin:\$PATH" >> /etc/profile
sudo sh -c 'echo "MAVEN_HOME=\"/opt/maven\"" >> /etc/profile'
sudo sh -c 'echo "PATH=\$MAVEN_HOME/bin:\$PATH" >> /etc/profile'
source /etc/profile
````
### Install Jenkins
Expand Down