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 3b2c7c1 commit 73ceb8eCopy full SHA for 73ceb8e
jenkins/Install/Install-Java-Jenkins-ubuntu.txt
@@ -18,8 +18,8 @@ Install Jenkins
18
19
Install Maven ( on Jenkins machine )
20
21
- cd /tmp ; sudo wget http://apachemirror.wuchna.com/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
22
- cd /tmp ; sudo tar -xzf apache-maven-3.6.3-bin.tar.gz -C /opt
+ cd /tmp ; sudo wget https://downloads.apache.org/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.tar.gz
+ cd /tmp ; sudo tar -xzf apache-maven-3.8.1-bin.tar.gz -C /opt/
23
24
25
=============================================================================
0 commit comments