mirror of
https://gitcode.com/huyuchengus/gitcode_knowledge.git
synced 2025-08-01 13:33:29 +00:00
1.4 KiB
1.4 KiB
近期在使用 Jenkins 构建项目的时候,经常性得到错误:
- Building for production...
Build timed out (after 3 minutes). Marking the build as aborted.
当再次重构后,貌似没有问题,等候一段时间后问题又再次出现。
问题和解决
出现上面的问题是可能在你的 Jenkins 中针对特定的项目配置了超时时间。
检查项目配置中的超时配置。
把这个配置增加到合适的时间再尝试。