当前位置:网站首页>[issue resolved] - jenkins pipeline checkout timeout
[issue resolved] - jenkins pipeline checkout timeout
2022-08-05 06:20:00 【grandpa is spicy】
Introduction: Jenkins checkout timed out.10 minutes is not long enough
Modify the checkout part as follows and add 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",]]])
Reference
https://www.programminghunter.com/article/2040743440/
https://blog.51cto.com/shoufu/5325294
https://www.codeleading.com/article/23974906101/
边栏推荐
- Regular expression small example - get number character and repeated the most
- markdown编辑器模板
- What are some things that you only know when you do operation and maintenance?
- [Day6] File system permission management, file special permissions, hidden attributes
- Billions of IT operations in the market, the product by strength to speak
- Call the TensorFlow Objection Detection API for object detection and save the detection results locally
- 【Machine Learning】1 Univariate Linear Regression
- Tencent Cloud Message Queue CMQ
- [Paper Intensive Reading] The relationship between Precision-Recall and ROC curves
- spark source code-RPC communication mechanism
猜你喜欢
[Day1] (Super detailed steps) Build a soft RAID disk array
单臂路由实验和三层交换机实验
Small example of regular expression--validate email address
static routing
spark source code - task submission process - 1-sparkSubmit
The highlight moment of operation and maintenance starts with intelligence
Unity realizes first-person roaming (nanny-level tutorial)
sql server 重复值在后面计数
Problems encountered in installing Yolo3 target detection module in Autoware
In-depth Zabbix user guide - from the green boy
随机推荐
[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves
sql server 重复值在后面计数
618,你也许可以清醒亿点点
Operation and maintenance engineer, come and pick up the wool
spark source code - task submission process - 2-YarnClusterApplication
ROS2下使用ROS1 bag的方法
618, you may be able to wake up a little bit
[ingress]-ingress使用tcp端口暴露服务
Getting Started Documentation 12 webserve + Hot Updates
通过反射获取Class对象的四种方式
Getting Started Doc 06 Adding files to a stream
Disk management and file systems
Call the TensorFlow Objection Detection API for object detection and save the detection results locally
网络不通?服务丢包?看这篇就够了
The highlight moment of operation and maintenance starts with intelligence
ALC实验
Regular expression small example - get number character and repeated the most
OpenCV3.0 is compatible with VS2010 and VS2013
Introductory document 05-2 use return instructions the current task has been completed
VLAN介绍与实验