当前位置:网站首页>[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/
边栏推荐
- [Paper Intensive Reading] The relationship between Precision-Recall and ROC curves
- NAT实验
- Spark source code - task submission process - 4-container to start executor
- 运维的高光时刻,从智能化开始
- CIPU, what impact does it have on the cloud computing industry?
- Servlet跳转到JSP页面,转发和重定向
- One-arm routing and 30% switch
- Mina断线重连
- TCP/IP four-layer model
- Hard Disk Partitioning and Permanent Mounting
猜你喜欢
随机推荐
Xiaodu Xiaodu is here!
Getting Started 05 Using cb() to indicate that the current task is complete
请问下通过flink sql读取hologres 的两张表的 binlog,然后如何进行join?
vim教程:vimtutor
Billions of IT operations in the market, the product by strength to speak
Will intelligent operation and maintenance replace manual operation and maintenance?
增长:IT运维发展趋势报告
ACLs and NATs
To TrueNAS PVE through hard disk
交换机原理
有哪些事情是你做了运维才知道的?
sql server 重复值在后面计数
Getting Started Document 09 Standalone watch
跨域的十种解决方案详解(总结)
时间复杂度和空间复杂度
[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves
Call the TensorFlow Objection Detection API for object detection and save the detection results locally
spark operator-wholeTextFiles operator
原生JS带你了解数组方法实现及使用
What impact does CIPU have on the cloud computing industry?