首页 > 其他 > 详细

jenkins打私服

时间:2018-04-10 18:43:15      阅读:159      评论:0      收藏:0      [点我收藏+]
代码的pom文件配置
私服地址可以是域名也可以是IP
nexus
<distributionManagement>
<repository>
<id>cloud-releases</id>
<url>http://私服地址/nexus/content/repositories/releases/</url>;
</repository>
<snapshotRepository>
<id>cloud-snapshots</id>
<url>http://私服地址/nexus/content/repositories/snapshots/</url>;
</snapshotRepository>
</distributionManagement>

jenkins clean deploy 要么mvn clean

jenkins打私服

原文:http://blog.51cto.com/wsxxsl/2096636

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!