-
Bug
-
Resolution: Fixed
-
Critical
-
ci.jenkins.io
-
-
frank
As seen on https://github.com/jenkinsci/git-plugin/pull/212, the PR status links to https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fgit-plugin/detail/PR-212/21/pipeline, returning a 404 error code.
The real (even seemingly wrong) url is https://ci.jenkins.io/blue/organizations/jenkins%20/Plugins%2Fgit-plugin/detail/PR-212/21/pipeline/
Note the extra space (%20) after the organization name, causing the 404
This is caused by i18n and our use of Jenkins.getInstance().getDisplayName() to generate the default org. Spanish translation has a space at the end of that line and I fixed it awhile back in a PR. But we probably just need to use a hardcoded 'jenkins' for default org i guess.