JIRA URL missing slash after port
Description
Environment
jenkins-jira-plugin-2.1.2.hpi
jira-jenkins-plugin-2.1.2.obr
JIRA 7.0.4
Jenkins 2.36
Activity
Show:
Mark Rekveld December 16, 2016 at 9:52 AM
Hi @J,
You are correct in that hte missing slash is the issue.
Could you try adding the trailing slash in JIRA? This could be a simply workaround.
Cheers, Mark
Zoom
In JIRA, our base URL is configured as "http://sample.com:8080".
When it syncs the jobs with Jenkins, the URL it configures looks like "http://sample.com:8080rest/jenkins/1.0/build/70"
and results in an error: "ERROR: Failed to triggered JIRA to update builds of this job -> java.net.MalformedURLException: For input string: "8080rest"
Is there a way to configure this so it includes a slash? I assume that's what's causing the failure.