简体   繁体   English

Jenkins-JIRA插件问题

[英]Jenkins - JIRA Plugin Issue

I am a beginner to Jenkins and trying to configure one .NET project in Jenkins. 我是Jenkins的初学者,正在尝试在Jenkins中配置一个.NET项目。

I have installed JIRA plugin and trying to configure the Plugin. 我已经安装了JIRA插件并尝试配置该插件。

But when I enter the JIRA URL with proper username and password, I get an error when I click validate settings button: 但是,当使用正确的用户名和密码输入JIRA URL时,单击“验证设置”按钮会出现错误:

java.net.MalformedURLException
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at hudson.plugins.jira.JiraSite$DescriptorImpl.doValidate(JiraSite.java:652)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
    at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
    at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
    at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
    at

Waiting for quick reply please 请等待快速回复

Generally, the best place to search for resolutions to Jenkins error messages is to search on the Jenkins bug tracker . 通常,搜索针对Jenkins错误消息的解决方案的最佳位置是在Jenkins Bug Tracker上进行搜索。

You've encountered a bug in the latest Jira plugin: https://issues.jenkins-ci.org/browse/JENKINS-18268 . 您在最新的Jira插件中遇到了一个错误: https : //issues.jenkins-ci.org/browse/JENKINS-18268 Downgrade to Jira plugin 1.35 and you should be able to proceed. 降级到Jira插件1.35,您应该可以继续。 I don't know the details of your installation, but you can either downgrade the plugin to a previous version via the web interface, or download the plugin manually and replace the jira.hpi file. 我不知道安装的详细信息,但是您可以通过Web界面将插件降级到以前的版本,也可以手动下载插件并替换jira.hpi文件。

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

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