赞
踩
拉取代码报错:
- using GIT_ASKPASS to set credentials
- > git fetch --tags --progress http://192.168.1.8:1234/bi_web/xxxxxx.git +refs/heads/*:refs/remotes/origin/* # timeout=10
- ERROR: Timeout after 10 minutes
- ERROR: Error fetching remote repo 'origin'
解决方法:
打开流水线语法,选择checkout,再新增一个高级克隆行为,选择30分钟,生成流水线脚本,替换pipeline脚本中拉取代码操作即可
build日志可以看到拉取代码后面变成了30分钟
+refs/heads/*:refs/remotes/origin/* # timeout=30
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。