当前位置:网站首页>[问题已处理]-jenkins流水线checkout超时
[问题已处理]-jenkins流水线checkout超时
2022-08-05 05:22:00 【爷来辣】
导语:jenkins checkout的时候超时。10分钟不够长

修改checkout部分如下 加上CheckoutOption
checkout([$class : 'GitSCM',
branches : [[name: "${BRANCH}"]],
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CloneOption', noTags: false, reference: '', shallow: false, timeout: 60000],[$class:'CheckoutOption',timeout:60000]],
userRemoteConfigs: [[credentialsId: '81f18226-d36e-4a0e-bd0e-b936843ae77b',
url : "http://xxx.git",]]
])
参考
https://www.programminghunter.com/article/2040743440/
https://blog.51cto.com/shoufu/5325294
https://www.codeleading.com/article/23974906101/
边栏推荐
- 微信小程序页面跳转传参
- idea 常用快捷键
- sql server 重复值在后面计数
- VRRP概述及实验
- Tencent greetings function SCF - entry instructions
- What?CDN cache acceleration only works for accelerating static content?
- What are some things that you only know when you do operation and maintenance?
- spark source code - task submission process - 1-sparkSubmit
- What impact does CIPU have on the cloud computing industry?
- Call the TensorFlow Objection Detection API for object detection and save the detection results locally
猜你喜欢
随机推荐
[Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data
The problem of redirecting to the home page when visiting a new page in dsf5.0
入门文档08 条件插件
逻辑卷创建
NAT实验
技术分享杂七杂八技术
spark source code - task submission process - 3-ApplicationMaster
用户和用户组管理、文件权限管理
Hugo builds a personal blog
sql server 重复值在后面计数
RAID磁盘阵列
时间复杂度和空间复杂度
Transport layer protocol (TCP 3-way handshake)
入门文档04 一个任务依赖另外一个任务时,需要按顺序执行
传输层协议(TCP3次握手)
监控系统的内卷,有什么讲究?
7 steps to complete cloud monitoring
Spark source code-task submission process-6.2-sparkContext initialization-TaskScheduler task scheduler
To TrueNAS PVE through hard disk
Advantages of overseas servers









![[Day8] Commands involved in using LVM to expand](/img/ba/39b81cbcecec9bc54a710ff9dba81a.png)