Re: Request for commit privs for github plugin

2014-01-10 Thread Daniel Barker
I saw them, and I agree. I was thinking a more robust system would be advisable, but I haven't developed one yet, because the repo doesn't seem to be monitored well. I'd prefer a selection within the manager. Thanks for the feedback. On Fri, Jan 10, 2014 at 2:39 PM, Oleg Nenashev wrote: > Daniel

Re: Request for commit privs for github plugin

2014-01-10 Thread Oleg Nenashev
Daniel, You can find my comments in the PR Best regards, Oleg Nenashev суббота, 11 января 2014 г., 0:25:48 UTC+4 пользователь Oleg Nenashev написал: > > Hi Daniel, > > The PR waits for 4 days only. > Have you explicitly asked somebody to review the PR? Probably, Kohsuke or > Stephen (they have

Re: Request for commit privs for github plugin

2014-01-10 Thread Daniel Barker
Hi Oleg, This was a second PR. Another colleague of mine was monitoring the previous PR. I have emailed Kohsuke, but it didn't look like Stephen has been around for awhile. If I get commit privs, then I will review this PR and the others related to it to determine which one if any are good to be p

Re: Request for commit privs for github plugin

2014-01-10 Thread Oleg Nenashev
Hi Daniel, The PR waits for 4 days only. Have you explicitly asked somebody to review the PR? Probably, Kohsuke or Stephen (they have released previous versions of the plugin) will be able to review changes. GitHub plugin is very popular, so you will definitely get the response after "making so

Re: plugins request hosting

2014-01-10 Thread Anatoly Bubenkov
ah, then no worries, sorry On 10 January 2014 16:38, Jesse Glick wrote: > On Fri, Jan 10, 2014 at 8:49 AM, Anatoly Bubenkov > wrote: > > neither me or maikel are not able to trigger the jenkins test job on > > https://jenkins.ci.cloudbees.com/ > > Sorry, can you be more specific about what you

TestExecuter plugin request hosting

2014-01-10 Thread Tamar Camus
Hi, We've created a plugin that allows you to choose specific tests you want to run on build. https://github.com/tamarca/TestExecuter We would like to host the plugin on https://github.com/jenkinsci. You can clone the sources from corresponding github repos, my GitHub ID is *tamarca*. Thanks,

Re: plugins request hosting

2014-01-10 Thread Jesse Glick
On Fri, Jan 10, 2014 at 8:49 AM, Anatoly Bubenkov wrote: > neither me or maikel are not able to trigger the jenkins test job on > https://jenkins.ci.cloudbees.com/ Sorry, can you be more specific about what you need to do? Which test job, and why would you need to trigger it manually (these all h

Re: Periodic Thread in Plugin

2014-01-10 Thread Bruno Meneguello
Perfect. It's exactly what I was looking for. Thanks! Em 10/01/2014 11:52, "Emanuele Zattin" escreveu: > This should lead you towards the right direction: > http://javadoc.jenkins-ci.org/index.html?hudson/model/PeriodicWork.html > > Emanuele Zattin > --

Re: Periodic Thread in Plugin

2014-01-10 Thread Emanuele Zattin
This should lead you towards the right direction: http://javadoc.jenkins-ci.org/index.html?hudson/model/PeriodicWork.html Emanuele Zattin --- -I don't have to know an answer. I don't feel frightened by not knowing things; by being lost in a mysteriou

Re: plugins request hosting

2014-01-10 Thread Anatoly Bubenkov
btw neither me or maikel are not able to trigger the jenkins test job on https://jenkins.ci.cloudbees.com/ how can we get access there via github? On 10 January 2014 14:34, Anatoly Bubenkov wrote: > Hi > we decided to merge Plugins: > Upmerge was merged into Gatekeepers > it will make potential

Re: plugins request hosting

2014-01-10 Thread Anatoly Bubenkov
Hi we decided to merge Plugins: Upmerge was merged into Gatekeepers it will make potential auditory wider and will remove the confusion so i've removed Upmerge plugin repo and corresponding wiki page On 9 January 2014 12:45, Anatoly Bubenkov wrote: > thanks a lot! > > On 09/01/2014, Ulli Hafner

Periodic Thread in Plugin

2014-01-10 Thread Bruno Kühnen Meneguello
Hello, What is the best way to implement a periodic task in a plugin? I want to edit the EC2 plugin to verify periodically if amazon has terminated my spot instances (even if they are "offline") Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins De

Re: How to build a SSO plugin in Jenkins?

2014-01-10 Thread dennys
Finally, I download active directory plugin and add a createFilter() function in ActiveDirectorySecurityRealm.java In createFilter(), I new a new Filter class and implement my SSO in it. It seems ok, I can keep both original active directory plugin and SSO. I'm not sure this is a good solution or