Created
December 5, 2016 14:25
-
-
Save DinisCruz/51ed0612d23f3ca123ac38737d0ea907 to your computer and use it in GitHub Desktop.
Jenkins install automation scripts (to work as jenkins jobs)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/_tools | |
wget http://mirror.catn.com/pub/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | |
tar xzvf apache-maven-3.3.9-bin.tar.gz | |
echo "export PATH=~/_tools/apache-maven-3.3.9/bin:$PATH" >> ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment