Error java.lang.IllegalStateException: An attempt to save the global configuration was made before it was loaded at jenkins.model.Jenkins.save
Failed to start LSB: Jenkins Automation Server.
正常升级流程:
1.备份jenkins内容
2.在线升级
3.本文问题解决
注意:一定要先杀死原来的jenkins 进程(ps -ef|grep jenkins--->kill -9 pid)
systemctl start jenkins
参考资料:
https://blog.csdn.net/qq_43518425/article/details/124010626
https://blog.csdn.net/Hello_World_QWP/article/details/82705626