当前位置:网站首页>[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/
边栏推荐
- TCP/IP four-layer model
- This is indeed the best article on microservice architecture I have read!
- 智能运维会取代人工运维吗?
- Switch principle
- Servlet跳转到JSP页面,转发和重定向
- IP packet format (ICMP protocol and ARP protocol)
- Logical volume creation
- What should I do if the SSL certificate prompts that it is expired or invalid?
- selenium模块的操作之拉钩
- spark source code - task submission process - 2-YarnClusterApplication
猜你喜欢

Unity realizes first-person roaming (nanny-level tutorial)

IP地址及子网的划分

Why can't I add a new hard disk to scan?How to solve?

Account and Permission Management

Switch principle

Cloud computing - osi seven layers and TCP\IP protocol

教您简单几步实现工业树莓派正确安装RS232转USB驱动

解决这三大问题,运维效率将超90%的医院
![[Day8] Commands involved in using LVM to expand](/img/ba/39b81cbcecec9bc54a710ff9dba81a.png)
[Day8] Commands involved in using LVM to expand
![[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves](/img/8f/3c9944db96eef623779a5abe68355b.png)
[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves
随机推荐
Getting Started 04 When a task depends on another task, it needs to be executed in sequence
wc、grep、tar、vi/vim
单臂路由与三成交换机
Mongodb查询分析器解析
Apache configure reverse proxy
spark operator-parallelize operator
Billions of IT operations in the market, the product by strength to speak
Operation and maintenance engineer, come and pick up the wool
What impact does CIPU have on the cloud computing industry?
Small example of regular expression--remove spaces in the middle and on both sides of the string
教您简单几步实现工业树莓派正确安装RS232转USB驱动
VLAN介绍与实验
错误类型:反射。ReflectionException:无法设置属性“xxx”的“类”xxx”与价值“xxx”
To TrueNAS PVE through hard disk
In-depth Zabbix user guide - from the green boy
技术分享杂七杂八技术
NAT实验
Switch principle
ROS video tutorial
深度 Zabbix 使用指南——来自惨绿少年