Skip to content

Commit 8cbf662

Browse files
author
lerndevops
authored
Update Install-Java-Jenkins-ubuntu.txt
1 parent 3c6c4b3 commit 8cbf662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Install/Install-Java-Jenkins-ubuntu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install Maven ( on Jenkins machine )
2626

2727
Set JAVA_HOME & MAVEN_HOME as environment variables on Jenkins machine
2828

29-
sudo echo "MAVEN_HOME=\"/opt/apache-maven-3.6.3\"" >> /etc/profile
29+
sudo echo "MAVEN_HOME=\"/opt/apache-maven-3.8.1\"" >> /etc/profile
3030
sudo echo "JAVA_HOME=\"/usr/lib/jvm/java-8-openjdk-amd64\"" >> /etc/profile
3131
sudo echo "PATH=\$JAVA_HOME/bin:\$MAVEN_HOME/bin:\$PATH" >> /etc/profile
3232
source /etc/profile

0 commit comments

Comments
 (0)