[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-11-13 Thread mcon...@gamesalad.com (JIRA)














































Michael Conlon
 commented on  JENKINS-13381


Jenkins stopped after updating plugins















I'm still seeing this in Jenkins 1.487.
I've had Git Plugin installed for a very long time. When I installed Git-parameter plugin, things went haywire. However, manually removing Git parameter plugin did not fix the problem. Only removing Git plugin fixes it.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-04-13 Thread vjura...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161578#comment-161578
 ] 

vjuranek commented on JENKINS-13381:


If you don't want to remove analysis-collector, installing Dashboard view 
plugin should solves the problem as well. It seems that Guice container doesn't 
distinguish optional extensions points properly and fails to load when some 
optional dependency is missing.

 Jenkins stopped after updating plugins
 --

 Key: JENKINS-13381
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13381
 Project: Jenkins
  Issue Type: Bug
  Components: analysis-collector, core, git
Affects Versions: current
 Environment: Ubuntu Server 64 bits
Reporter: Rafael Tavares
Assignee: Nicolas De Loof
  Labels: git, jenkins, plugins

 Hi,
 I was updating my plugins then after update I can't access anymore my 
 jenkins. I get the following error:
   
 [!] Erro
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:849)
   at jenkins.model.Jenkins.init(Jenkins.java:761)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$6.runTask(Jenkins.java:838)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:679)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at hudson.plugins.git.GitTool.onLoaded(GitTool.java:74)
   ... 13 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-04-11 Thread kasper.garn...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161470#comment-161470
 ] 

Kasper Garnæs commented on JENKINS-13381:
-

I've experienced the same problem.

Downgrading analysis collector did not solve the problem here. Disabling 
analysis-collector did.



 Jenkins stopped after updating plugins
 --

 Key: JENKINS-13381
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13381
 Project: Jenkins
  Issue Type: Bug
  Components: analysis-collector, core, git
Affects Versions: current
 Environment: Ubuntu Server 64 bits
Reporter: Rafael Tavares
Assignee: Nicolas De Loof
  Labels: git, jenkins, plugins

 Hi,
 I was updating my plugins then after update I can't access anymore my 
 jenkins. I get the following error:
   
 [!] Erro
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:849)
   at jenkins.model.Jenkins.init(Jenkins.java:761)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$6.runTask(Jenkins.java:838)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:679)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at hudson.plugins.git.GitTool.onLoaded(GitTool.java:74)
   ... 13 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-04-10 Thread jenk...@spen-soft.co.uk (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161414#comment-161414
 ] 

Spencer Oliver commented on JENKINS-13381:
--

I am also seeing the NPE when using the git plugin - using analysis-collector 
v1.19 fixes everything for me

 Jenkins stopped after updating plugins
 --

 Key: JENKINS-13381
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13381
 Project: Jenkins
  Issue Type: Bug
  Components: analysis-collector, core, git
Affects Versions: current
 Environment: Ubuntu Server 64 bits
Reporter: Rafael Tavares
Assignee: Nicolas De Loof
  Labels: git, jenkins, plugins

 Hi,
 I was updating my plugins then after update I can't access anymore my 
 jenkins. I get the following error:
   
 [!] Erro
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:849)
   at jenkins.model.Jenkins.init(Jenkins.java:761)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$6.runTask(Jenkins.java:838)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:679)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at hudson.plugins.git.GitTool.onLoaded(GitTool.java:74)
   ... 13 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-04-10 Thread jenk...@spen-soft.co.uk (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161414#comment-161414
 ] 

Spencer Oliver edited comment on JENKINS-13381 at 4/10/12 11:42 AM:


I am also seeing the NPE when using the git plugin - using analysis-collector 
v1.19 fixes everything for me.
Just to clarify only analysis-collector was updated to cause the NPE.

  was (Author: ntfreak):
I am also seeing the NPE when using the git plugin - using 
analysis-collector v1.19 fixes everything for me
  
 Jenkins stopped after updating plugins
 --

 Key: JENKINS-13381
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13381
 Project: Jenkins
  Issue Type: Bug
  Components: analysis-collector, core, git
Affects Versions: current
 Environment: Ubuntu Server 64 bits
Reporter: Rafael Tavares
Assignee: Nicolas De Loof
  Labels: git, jenkins, plugins

 Hi,
 I was updating my plugins then after update I can't access anymore my 
 jenkins. I get the following error:
   
 [!] Erro
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:849)
   at jenkins.model.Jenkins.init(Jenkins.java:761)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$6.runTask(Jenkins.java:838)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:679)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at hudson.plugins.git.GitTool.onLoaded(GitTool.java:74)
   ... 13 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-04-09 Thread jrt...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161394#comment-161394
 ] 

Rafael Tavares commented on JENKINS-13381:
--

Well I removed git plugin manually and It works again. Then I tried 
reinstalling git plugin and It stops jenkins again. I didn't try disable or 
remove analysis-collector yet.

 Jenkins stopped after updating plugins
 --

 Key: JENKINS-13381
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13381
 Project: Jenkins
  Issue Type: Bug
  Components: core, git
Affects Versions: current
 Environment: Ubuntu Server 64 bits
Reporter: Rafael Tavares
Assignee: Nicolas De Loof
  Labels: git, jenkins, plugins

 Hi,
 I was updating my plugins then after update I can't access anymore my 
 jenkins. I get the following error:
   
 [!] Erro
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:849)
   at jenkins.model.Jenkins.init(Jenkins.java:761)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$6.runTask(Jenkins.java:838)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:679)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at hudson.plugins.git.GitTool.onLoaded(GitTool.java:74)
   ... 13 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-04-09 Thread jrt...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rafael Tavares updated JENKINS-13381:
-

Component/s: analysis-collector

 Jenkins stopped after updating plugins
 --

 Key: JENKINS-13381
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13381
 Project: Jenkins
  Issue Type: Bug
  Components: analysis-collector, core, git
Affects Versions: current
 Environment: Ubuntu Server 64 bits
Reporter: Rafael Tavares
Assignee: Nicolas De Loof
  Labels: git, jenkins, plugins

 Hi,
 I was updating my plugins then after update I can't access anymore my 
 jenkins. I get the following error:
   
 [!] Erro
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
 java.lang.reflect.InvocationTargetException
   at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
   at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
   at jenkins.model.Jenkins.executeReactor(Jenkins.java:849)
   at jenkins.model.Jenkins.init(Jenkins.java:761)
   at hudson.model.Hudson.init(Hudson.java:81)
   at hudson.model.Hudson.init(Hudson.java:77)
   at hudson.WebAppMain$2.run(WebAppMain.java:217)
 Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
   at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
   at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
   at jenkins.model.Jenkins$6.runTask(Jenkins.java:838)
   at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
   at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:679)
 Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
   ... 8 more
 Caused by: java.lang.NullPointerException
   at hudson.plugins.git.GitTool.onLoaded(GitTool.java:74)
   ... 13 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13381) Jenkins stopped after updating plugins

2012-04-08 Thread jrt...@gmail.com (JIRA)
Rafael Tavares created JENKINS-13381:


 Summary: Jenkins stopped after updating plugins
 Key: JENKINS-13381
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13381
 Project: Jenkins
  Issue Type: Bug
  Components: core, git
Affects Versions: current
 Environment: Ubuntu Server 64 bits
Reporter: Rafael Tavares
Assignee: Nicolas De Loof


Hi,

I was updating my plugins then after update I can't access anymore my jenkins. 
I get the following error:


[!] Erro

org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
java.lang.reflect.InvocationTargetException
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
at jenkins.model.Jenkins.executeReactor(Jenkins.java:849)
at jenkins.model.Jenkins.init(Jenkins.java:761)
at hudson.model.Hudson.init(Hudson.java:81)
at hudson.model.Hudson.init(Hudson.java:77)
at hudson.WebAppMain$2.run(WebAppMain.java:217)
Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
at 
hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$6.runTask(Jenkins.java:838)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
... 8 more
Caused by: java.lang.NullPointerException
at hudson.plugins.git.GitTool.onLoaded(GitTool.java:74)
... 13 more


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira