jenkins应用注意问题

jenkins就是用来编译打包的至于需要发布到linux的tomcat下然后启动tomcat是靠postbuild时设置的执行shell脚本实现的:

jenkins是拉代码打在jenkins的workspace中,shell脚本是要把这个包cp到tomcat中,启动tomcat,发布

注意,1,设置jdk(jenkins所在服务) ,2 maven jenkins所在服务(已安装)

在build的时候设置maven 运行的环境默认用pom.xml中设置的默认环境

package -Dmaven.test.skip=true -U -Plocal

git私服的验证用ssh username whith private key

      private key 选择输入,把git的密钥文件打开复制进去即可

 注意选择构建maven项目选项出现的前提是安装了maven插件


jenkins应用注意问题
 

 参看:

https://blog.csdn.net/shuizhihun07/article/details/80168076

相关推荐