[
https://ovirt-jira.atlassian.net/browse/OVIRT-1271?page=com.atlassian.jir...
]
Evgheni Dereveanchin commented on OVIRT-1271:
---------------------------------------------
These warning messages are still present on both production and staging Jenkins instances.
The GitHub plugin tries to [match a
string|https://github.com/jenkinsci/github-plugin/blob/93d40692ff38667051...]
like <protocol>://<server>/<project>/<repo> and this fails since
our Gerrit URL uses a different format: <protocol>://<server>/<repo>
The unclear thing is why GitHub plugin is invoked at all on jobs that are only using
Gerrit. The staging instance only has a single GitHub job and that one does not have any
mentions of gerrit as a repo URL. Same for other jobs - they consume Gerrit directly and
have all GitHub settings unset. It may be related to hook setup or something similar. Will
try to troubleshoot more on the staging instance.
GH plugin tries to consume gerrit's projects
--------------------------------------------
Key: OVIRT-1271
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1271
Project: oVirt - virtualization made easy
Issue Type: Improvement
Reporter: Pavel Zhukov
Assignee: infra
Priority: Low
Jenkins logs are flooded with:
Mar 23, 2017 10:40:05 AM com.cloudbees.jenkins.GitHubRepositoryName create
WARNING: Could not match URL
http://gerrit.ovirt.org/jenkins.git
Mar 23, 2017 10:40:05 AM com.cloudbees.jenkins.GitHubRepositoryName create
WARNING: Could not match URL
http://gerrit.ovirt.org/jenkins-whitelist.git
Mar 23, 2017 10:40:05 AM com.cloudbees.jenkins.GitHubRepositoryName create
WARNING: Could not match URL
git://gerrit.ovirt.org/vdsm.git
Mar 23, 2017 10:40:05 AM com.cloudbees.jenkins.GitHubRepositoryName create
WARNING: Could not match URL
http://gerrit.ovirt.org/jenkins.git
While the messages itself are harmless they floods the logs and consume jenkins
master's resources.
See
https://issues.jenkins-ci.org/browse/JENKINS-24422 for more details.
--
This message was sent by Atlassian JIRA
(v1000.892.1#100040)