安装过程中发生了错误:没有这样的插件
我在RHEL 8服务器上安装了Jenkins 2.19.3,并且能够成功看到Jenkins GUI。问题是未安装插件。我推荐了一些论坛,并编辑位于init.d文件夹中的jenkins文件。
java_cmd =“ $ jenkins_java_cmd $ jenkins_java_options -djenkins_home =
$ jenkins_home -jar $ jenkins_war”离子-djenkins_home = $ jenkins_home
-jar $ jenkins_war”
此后,安装开始,但插件再次无法安装。
有人可以帮助我解决这个问题。
I installed Jenkins 2.19.3 on my Rhel 8 server and I able to see the jenkins GUI successfully. The problem is the Plugins aren't installed. I referred some forum and edit the jenkins file which is located in init.d folder.
JAVA_CMD="$JENKINS_JAVA_CMD $JENKINS_JAVA_OPTIONS -DJENKINS_HOME=$JENKINS_HOME -jar $JENKINS_WAR"
to
JAVA_CMD="$JENKINS_JAVA_CMD -Dhudson.model.DownloadService.noSignatureCheck=true $JENKINS_JAVA_OPTIONS -DJENKINS_HOME=$JENKINS_HOME -jar $JENKINS_WAR"
After this change, the installation getting started but again the plugins are failed to install.
can someone please help me to resolve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论