jenkins打私服
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jenkins打私服相关的知识,希望对你有一定的参考价值。
代码的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打私服的主要内容,如果未能解决你的问题,请参考以下文章