Re: slowness with jenkins 1.490

2012-12-08 Thread ohad shai
An update: It seems like each field I add to a view add few seconds to the load: weather, duration, last failure, last success... I have 70 jobs in the main view, is this the reason? On Friday, December 7, 2012 9:53:54 PM UTC+2, ohad shai wrote: > > I will try that and update. > Thanks, > Ohad. >

Loading a partial XML configuration

2012-12-08 Thread syl20bnr
I have isolated this chunck of XML from a job configuration file: class="org.jenkins_ci.plugins.run_condition.core.StringsMatchCondition" > plugin="run-condition@0.10"> > Java > > C++

Jenkow user task test case

2012-12-08 Thread Max Spring
Kohsuke, I added a user task test case. https://github.com/jenkinsci/jenkow-plugin/tree/master/jenkow-plugin/src/test/java/com/cisco/surf/jenkins/plugins/jenkow/tests/SimpleUserTask The test is commented-out in the POM, because it will hang, waiting for the user task to be completed with AE. -Max

Re: Jenkow plugin hacking

2012-12-08 Thread Max Spring
Done with merging the activiti-explorer branch to master. With the now separate Activiti Explorer plugin, I'm unable to login to AE. Even turned on security (Jenkins' own user database), AE doesn't let me in using same username/password as on the Jenkins side. -Max On 12/08/2012 05:49 PM, Max S

Re: Jenkow plugin hacking

2012-12-08 Thread Max Spring
I'm merging the activiti-explorer branch to master. These two artifactItems should not actually be in the POM any more, right? https://github.com/jenkinsci/jenkow-plugin/blob/activiti-explorer/jenkow-plugin/pom.xml#L206 Thanks! -Max On 12/07/2012 07:02 PM, Kohsuke Kawaguchi wrote: As we discus

Re: How to restart Jenkins

2012-12-08 Thread Michael Chletsos
This is not the mailing list for these types of question. This is a developers mailing list. Google should always be your first resource on simple issues - not the developers - do you call up Toyota Engineering to ask how to turn on your car? A simple google search for "restart jenkins windows"

Re: How to restart Jenkins

2012-12-08 Thread punit jain
Go to (jenkins_url)/restart. you may like to read this: https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins Thanks and regards: Punit On Sun, Dec 9, 2012 at 1:35 AM, Ani Von wrote: > > I am new to jenkins i actually started the process in windows. However after getting it to run i

How to restart Jenkins

2012-12-08 Thread Ani Von
I am new to jenkins i actually started the process in windows. However after getting it to run it seems to be blocking up my localhost port of 8080. I cannot however figure out how to turn it off. I know this is simple, but can someone give me the command line or just in general how to turn off

Re: [RFC] Database plugin

2012-12-08 Thread Kohsuke Kawaguchi
Yes, it's nice to have some O/R mapper in there as well --- so long as we expose DataSource, people who want to use other abstractions can still use them. My only concern is that bundling JPA API classes might collide with some application servers, and end up breaking implementations that we bundl

Re: [RFC] Database plugin

2012-12-08 Thread Kohsuke Kawaguchi
Database servers do often host a lot of databases in it, so I don't think having 1000s of independent DBs is beyond the design boundary. With proper cache management, I don't think we'll ever have all 1000s of them open at the same time, and for those few that would do, a few GB of heap isn't the e

Re: [RFC] Database plugin

2012-12-08 Thread Ben Castellucci
Quick throw out here - how about JPA? Pretty DB-independent and can provide its own schema creation scripts and such. Not sure about sync-ing over time. Maybe Apache's implementation (OpenJPA) for a friendly license? Would keep plugin developers away from writing SQL (it's just POJOs) and let th

Re: request hosting for my first plugin

2012-12-08 Thread Vojtech Juranek
Hi, there doesn't seem to be any code in https://github.com/newImageSystems/NIS-notification-lamp Cheers Vojta On Saturday 08 December 2012 08:01:07 Garamkhand Tserendondov wrote: > hello jenkins community, > > I would like to request hosting for my first plugin. > > My Pluging name is: NIS-not

Re: [RFC] Database plugin

2012-12-08 Thread Vojtech Juranek
> Any suggestion for abstraction improvements before I release the > first version of the plugin? is limitation to SQL databases intentional? Personally I would add one abstraction layer, keeping hostname, credentials etc. in AbstractRemoteDatabase and moving SQL related stuff like DataSource i

request hosting for my first plugin

2012-12-08 Thread Garamkhand Tserendondov
hello jenkins community, I would like to request hosting for my first plugin. My Pluging name is: NIS-notification-lamp My GitHub ID is: newImageSystems please create a repo for my plugins. thanks,

Re: Stapler Pluging borked on IntelliJ 12

2012-12-08 Thread Kohsuke Kawaguchi
Thanks. Let me work on this. I just don't understand how they justify breaking the comptibility left and right like this. I don't like this at all. 2012/12/5 Stephen Connolly > New release => new exception thrown! > > org.kohsuke.stapler.idea.GotoViewAction$1.useMiddleMatching()Z: > org.kohsuk