Jenkins gives me blank page

后端 未结 4 1269
予麋鹿
予麋鹿 2021-02-04 03:33

I am getting this error when i start jenkins, which I believe is causing the jenkins to not work. Jenkins page comes up blank. I think the scm-sync-configuration is causing thi

相关标签:
4条回答
  • 2021-02-04 03:53

    I had the same issue with a fresh install. After a look in the logs I saw something like "could not allocate enough memory" .. a typical error. Will try with more RAM.

    0 讨论(0)
  • 2021-02-04 03:56

    Actually it takes some time to load, i think it's made with some async tech like vue, a just waited a little longer e it loaded.

    0 讨论(0)
  • 2021-02-04 04:02

    I was also facing the same issue after I installed Jenkins and tried to login. http://localhost:8080/restart

    Open this URL. This will restart the Jenkins and it would be fine. Note: Edit the port number as per your installation.

    0 讨论(0)
  • 2021-02-04 04:10

    You can disable the plugin by modifying the plugins directory. Have a look here.

    https://wiki.jenkins-ci.org/display/JENKINS/Removing+and+disabling+plugins

    0 讨论(0)
提交回复
热议问题