We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6c4b3 commit 8cbf662Copy full SHA for 8cbf662
jenkins/Install/Install-Java-Jenkins-ubuntu.txt
@@ -26,7 +26,7 @@ Install Maven ( on Jenkins machine )
26
27
Set JAVA_HOME & MAVEN_HOME as environment variables on Jenkins machine
28
29
- sudo echo "MAVEN_HOME=\"/opt/apache-maven-3.6.3\"" >> /etc/profile
+ sudo echo "MAVEN_HOME=\"/opt/apache-maven-3.8.1\"" >> /etc/profile
30
sudo echo "JAVA_HOME=\"/usr/lib/jvm/java-8-openjdk-amd64\"" >> /etc/profile
31
sudo echo "PATH=\$JAVA_HOME/bin:\$MAVEN_HOME/bin:\$PATH" >> /etc/profile
32
source /etc/profile
0 commit comments