当前位置:网站首页>Jenkins can't pull the latest jar package
Jenkins can't pull the latest jar package
2022-06-30 20:14:00 【follow_ me!】
One 、 Solution :
Cut the crap and give the solution : stay pom.xml Add a label to the private server configuration of :
<repositories>
<repository>
<id>tecnology-platform</id>
<name>tecnology-platform</name>
<url>http://192.168.80.231:8082/nexus/content/groups/AWIM108_GROUP/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
Two 、 Question why :
jar The package is divided into releases( Official version ) And snapshots( Snapshot version ), Release a new version of snapshots Version of jar package ,maven The default is not to update jar.
Two 、maven Configuring a remote private server warehouse :

The tag is used to configure the remote private server warehouse , Can contain more than one , Each represents a warehouse , contain 、、, in addition ,、 These two tags are configuration releases( Official version ) And snapshots( Snapshot version )jar The operation of the package .
边栏推荐
- HeartBeat基于CRM使用NFS对MySQL高可用
- What is the difference between tolocal8bit and toutf8() in QT
- Heartbeat uses NFS to make MySQL highly available based on CRM
- 操作系统面试题汇总(不定期更新)
- Halcon知识:盘点一下计量对象【1】
- pytorch实现FLOPs和Params的计算
- 小学期,第三场-下午:WEB_xxe
- 【ICCV 2019】特征超分检测:Towards Precise Supervision of Feature Super-Resolution for Small Object Detection
- DEX file parsing - Method_ IDS resolution
- How to pass the PMP Exam quickly?
猜你喜欢

昨晚 Spark Summit 重要功能发布全在这里(附超清视频)

数据智能——DTCC2022!中国数据库技术大会即将开幕

8 - 函数

Kubevela 1.4: make application delivery safer, easier to use, and more transparent
![25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying](/img/ff/727c4a20ff3816ec7221dced5a4770.png)
25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying "mobile number and verification code" parameters; (it is important to know the application scenario

The prospectus of pelt medical was "invalid" for the second time in the Hong Kong stock exchange, and the listing plan was substantially delayed

CV+Deep Learning——网络架构Pytorch复现系列——basenets(BackBones)(一)

Why must a digital transformation strategy include continuous testing?

Exness: the final value of US GDP unexpectedly accelerated to shrink by 1.6%

线下门店为什么要做新零售?
随机推荐
网易云签到可抽奖?那一年我能签到365天。不信?你看。
The former king of fruit juice sold for 1.6 billion yuan
25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying "mobile number and verification code" parameters; (it is important to know the application scenario
RP prototype resource sharing - shopping app
Source code analysis of redis ziplist compressed list
杰理之检测灵敏度级别确定【篇】
Openfire solves the problem of Chinese garbled code after using MySQL database
The Commission is so high that everyone can participate in the new programmer's partner plan
杰理之关于长按复位【篇】
【论文阅读】Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline
CV+Deep Learning——网络架构Pytorch复现系列——basenets(BackBones)(一)
C语言:hashTable
WeakSet
Application of JDBC in performance test
杰理之检测灵敏度级别确定【篇】
Character class of regular series
传输层 使用滑动窗口实现流量控制
Taihu Lake "China's healthy agricultural products · mobile phone live broadcast" enters Taihu Lake
MySQL billing Statistics (Part 1): MySQL installation and client dbeaver connection
漏洞扫描工具大全,妈妈再也不用担心我挖不到漏洞了