简体   繁体   English

詹金斯无法允许保存配置

[英]Jenkins not able to allow to save the configuration

I am running jenkins multi branch job, suddenly it not allow me to change the configuration changes, its keep on loading without any timeout issue.我正在运行 jenkins 多分支作业,突然它不允许我更改配置更改,它继续加载而没有任何超时问题。 詹金斯·伊马赫

Can you please some one help me on this ?你能请一些人帮助我吗?

  1. You could have a look at the Jenkins master machine CPU and memory.你可以看看 Jenkins 主机的 CPU 和内存。 Look what is consuming them.看看是什么在消耗它们。 I have seen this happening when the CPU is nearly 100 %.当 CPU 接近 100% 时,我已经看到这种情况发生。 In this case, restarting the Jenkins process or Jenkins master machine could help.在这种情况下,重新启动 Jenkins 进程或 Jenkins 主机可能会有所帮助。
  2. Try to remember/ask colleagues if there are any recent changes to Jenkins master machine.尝试记住/询问同事 Jenkins 主计算机最近是否有任何更改。 We had similar issues after installing plugins.安装插件后我们遇到了类似的问题。
  3. Avoid executing jobs on Jenkins master, use slave agents.避免在 Jenkins master 上执行作业,使用从代理。
  4. You may need to clean up old builds if you are not doing this already.如果您还没有这样做,您可能需要清理旧版本。

就我而言,在一一禁用/启用所有插件后,它是“AWS SQS Build Trigger Plugin”,导致“保存/应用”按钮移动,并且不起作用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM