New Plugin Hosting Request (Scoverage)

2014-03-21 Thread Shanbin Wang
Hello, I'd like to create a new plugin to publish Scala code coverage trend graph based on scoverage results. GitHub username: shanbin GitHub repo: https://github.com/shanbin/scoverage-plugin Plugin name: Scoverage Plugin Please help grant the commit access. Thanks, Shanbin -- You received

Re: Failed to build plugin

2014-03-21 Thread Jesse Glick
On Tue, Feb 18, 2014 at 5:14 PM, Daniel Anechitoaie daniels0...@gmail.com wrote: I have 2 bouncy castle dependencies: dependency groupIdorg.bouncycastle/groupId artifactIdbcpkix-jdk15on/artifactId version1.50/version /dependency

Re: Failed to build plugin

2014-03-21 Thread Jesse Glick
On Fri, Mar 21, 2014 at 10:19 AM, Jesse Glick jgl...@cloudbees.com wrote: Jenkins core uses 1.47, and 1.50 is incompatible Background: https://groups.google.com/d/msg/jenkinsci-dev/9G6WechPLM8/8TpJFoB_7_UJ -- You received this message because you are subscribed to the Google Groups Jenkins

Increase logging level to debug 2 hour startup

2014-03-21 Thread Artur Szostak
Hi, I have looked around to try figure out how to increase the logging level during the startup phase of Jenkins. All I could find was to use the --debug=9 option. However, this does not appear to increase anything for the startup phase. I am faced with a 2 hours startup time for my Jenkins

Re: Increase logging level to debug 2 hour startup

2014-03-21 Thread Marc MacIntyre
I added -Dhudson.model.Hudson.logStartupPerformance=true to my java options to do this. The thing that's trying to load every single build is actually jenkins, not a plugin :( On Fri, Mar 21, 2014 at 8:20 AM, Artur Szostak aszos...@partner.eso.orgwrote: Hi, I have looked around to try

Re: Increase logging level to debug 2 hour startup

2014-03-21 Thread Jesse Glick
On Fri, Mar 21, 2014 at 11:20 AM, Artur Szostak aszos...@partner.eso.org wrote: I tried looking at the stack traces by the only thing I can figure out from them is that something is trying to load every single build, but I cannot tell which plugin that comes from. Generally the stack trace

RE: Increase logging level to debug 2 hour startup

2014-03-21 Thread Artur Szostak
Hi, So which plugin is causing the load below? To me it looks like this is originating from the Jenkins core. Loading job std-wfi-0.8.3-test-build daemon prio=10 tid=0x7f8edc7c8800 nid=0x648c waiting for monitor entry [0x7f8f00564000] java.lang.Thread.State: BLOCKED (on object

Re: Increase logging level to debug 2 hour startup

2014-03-21 Thread Jesse Glick
On Fri, Mar 21, 2014 at 3:41 PM, Jesse Glick jgl...@cloudbees.com wrote: filter project type I meant, matrix project type, which apparently allows a custom filter to be specified. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To