jenkins set up relevant information collection

centos7 + ultra-detailed steps JavaWeb project tomcat deployment
https://www.cnblogs.com/xiaohu1218/p/7233162.html

CentOS7 view and turn off the firewall
https://blog.csdn.net/ytangdigl/article/details/79796961

tomcat address
http://10.117.176.185:8080

tomcat test website address
http://10.117.176.185:8080/jenkins.demo/


Centos install perl5 environment
https://blog.csdn.net/qq_20678155/article/details/68926562

Tip CC and GCC Solution command not found
https://blog.csdn.net/weixin_44256848/article/details/90705937

centos7安装openssl
https://blog.csdn.net/weixin_36104843/article/details/80238762

jenkins address
http://10.117.176.185:8081

jenkins modify the startup file
https://blog.csdn.net/u013066244/article/details/78569976

Jenkins GitLab Java code to pull automatic packing
https://www.cnblogs.com/xll970105/p/10511686.html


jenkins maven configuration
https://www.linuxidc.com/Linux/2015-06/118605.htm

jenkins execute a shell script prompts no authority
https://www.jianshu.com/p/fa546f723724


- 10.117.176.185 to take the local repository of code
scp -r [email protected]: //root/.m2/repository/ / data / lib / repository /

- manually copy maven repository jar package does not take effect problems
CD / Data / lib / the repo
Find -name "* .repositories" -type -print -exec RM -rf F {} \;.


- specify maven profile package
mvn clean package --settings /usr/local/maven/conf/settings.xml -Dmaven.test.skip = true -Psit

- maven repository specified path packed
mvn clean package -Dmaven.repo.local = / data / lib / repo

Guess you like

Origin www.cnblogs.com/hujunmin/p/11486143.html