Re: performance labs

2015-10-01 Thread Andrew Bayer
...and I can most likely provide builds.apache.org's jobs/builds/load/etc as a use case. A. On Thu, Oct 1, 2015 at 9:54 AM, Andrew Bayer wrote: > +1 - that'd be fantastic. I'd love to help with that. > > A. > > On Thu, Oct 1, 2015 at 4:50 AM, Michael Neale

Re: performance labs

2015-10-01 Thread Andrew Bayer
+1 - that'd be fantastic. I'd love to help with that. A. On Thu, Oct 1, 2015 at 4:50 AM, Michael Neale wrote: > Hey all - I have thought it would be a great idea to have some quasi > formal "performance lab" setups for Jenkins. > > Recently around Jenkins 2.0 planning

Re: Jenkins Plugin Install Wizard - check out the progress (video) ...

2015-10-01 Thread Daniel Beck
On 30.09.2015, at 08:30, Victor Martinez wrote: > On the other hand, if the security is one of the important pieces then any > Builder might be affected easily since AFAIK they don't run in any sandbox > therefore you might run "rm -rf /" and change the

Re: Post-build Actions on Jobs executed on slaves

2015-10-01 Thread Paul Wellner Bou
Hi, thanks, seems to work now, with MasterToSlaveCallable, on master and slave as well. I just have to take care that all objects I need are serializable. Regards Paul. On Thu, Oct 1, 2015 at 12:01 PM Paul Wellner Bou wrote: > Thank you for the reply. > > I am using a

Plugin Hosting Request: Parallels Desktop Cloud

2015-10-01 Thread Roman Kulikov
Hi, Jenkins! Let me present our new small "Parallels Desktop Cloud" plugin. * GitHub: https://github.com/Parallels/jenkins-parallels * Jenkins repo name: parallels-desktop-plugin * My GiHub username: romankulikov * My jenkins-ci.org username: romankulikov * Description: with the plugin,

Re: Jenkins Plugin Install Wizard - check out the progress (video) ...

2015-10-01 Thread Daniel Beck
On 01.10.2015, at 08:42, Victor Martinez wrote: > Therefore, IMO those categories and recommended plugin as long as they are > not part of any Commercial version shouldn't be blocked by those 3 "filters", > don't you think? I mean, if I was Company who provides

Re: Jenkins Plugin Install Wizard - check out the progress (video) ...

2015-10-01 Thread Victor Martinez
Sure, Since there was already an agreement of having a single wizard as Tom already noticed, sorry about that suggestion, I joint the thread a bit late, I believe in the below criteria (see my red and blue comments) - Is the plugin useful, and does it actually work? (Mostly approximated by

Re: sign up

2015-10-01 Thread Larry Shatzer, Jr.
When I try to create it, I get ID eladiomartin98 is already taken. Perhaps you already have an account imported from legacy java.net? You may try resetting the password. Did you have an older account you need to reset the password? Or did another admin create your account, and not let you know?

Re: Duplicate Code Scanner Plug-in

2015-10-01 Thread Christopher Orr
This happened because plugin names are now taken from the pom.xml rather than the wiki page name. So the better fix would be to update the tag in the POM for the next release. Regards, Chris On 29/09/15 15:01, Arnaud Héritier wrote: > Hi Ullrich, > > I just noticed that the plugin named in

Re: Plugin Manager - Uninstalling/Disabling plugins that have active dependant plugins ???

2015-10-01 Thread Tom Fennelly
I Created PR #1847 for this. Here's the changes in action: https://youtu.be/YMLKumX-kkI -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving

Re: NoClassDefFoundError: com/cloudbees/plugins/credentials/CredentialsProvider

2015-10-01 Thread Victor Martinez
Awesome!If you need them only form testing then change their scope as test Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: NoClassDefFoundError: com/cloudbees/plugins/credentials/CredentialsProvider

2015-10-01 Thread Jacqueline Taing
How do you specify scope of dependency in pom.xml? Thanks, -jacqui On Thursday, October 1, 2015 at 11:03:51 AM UTC-7, Victor Martinez wrote: > > Awesome!If you need them only form testing then change their scope as test > Cheers -- You received this message because you are subscribed to the

Re: NoClassDefFoundError: com/cloudbees/plugins/credentials/CredentialsProvider

2015-10-01 Thread Jacqueline Taing
Thanks all! I did have to add the dependencies to pom.xml. I added the two items below and now everything is good. org.jenkins-ci.plugins credentials 1.8.3 true org.jenkins-ci.plugins matrix-auth

View that polls latest builds from a project

2015-10-01 Thread Jacqueline Taing
I need some guidance... I am trying to implement a dashboard by extending the Dashboard View plugin (which extends ListView ). My dashboard

Re: Jenkins Plugin Install Wizard - check out the progress (video) ...

2015-10-01 Thread Baptiste Mathus
IIUC, though it seems a good idea to try and base the list to the actual usage of plugins, this wouldn't work for many plugins that do not have to be configured. For example, it wouldn't work for mine which is enabled globally ( buildtriggerbadge

Re: NoClassDefFoundError: com/cloudbees/plugins/credentials/CredentialsProvider

2015-10-01 Thread Victor Martinez
There are a list of different dependency scopes, in your case you need to add the test scope tag. Further details: - https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope If you don't need that dependency in your runtime then use that test

Re: NoClassDefFoundError: com/cloudbees/plugins/credentials/CredentialsProvider

2015-10-01 Thread Jacqueline Taing
Thank you! On Thursday, October 1, 2015 at 1:42:34 PM UTC-7, Victor Martinez wrote: > > There are a list of different dependency scopes, in your case you need to > add the test scope tag. > > Further details: > - >

Jenkins 1.625.1 LTS RC testing started

2015-10-01 Thread oliver gondža
Hello everyone, Latest RC was made public and it is ready to be tested. Release is scheduled for 2015-10-14. Report your findings in this thread or on the test plan wiki page. Download bits from http://mirrors.jenkins-ci.org/war-stable-rc/latest/jenkins.war Check community maintained LTS

1.625.1 RC2 posted

2015-10-01 Thread Kohsuke Kawaguchi
See *-stable-rc under http://mirrors.jenkins-ci.org/ -- Kohsuke Kawaguchi -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: performance labs

2015-10-01 Thread Michael Neale
Oh wow - they may be a perfect test workload. Do you know if boot up times are in the many many minutes for those instances? Some data on the jenkins_home dir sizes? It would be ideal to use opensource workloads (even if it is a point in time) vs something contrived, or a scrubbed version of a

Re: Jenkins Plugin Install Wizard - check out the progress (video) ...

2015-10-01 Thread Daniel Beck
On 01.10.2015, at 15:36, Victor Martinez wrote: > - Does the plugin integrate well with Jenkins? Does it work well in secured > and distributed Jenkins? >As I already mention "secured" shouldn't pruned any plugins as long as > those are heavily used by the

Re: Jenkins 2.0 proposal

2015-10-01 Thread Kaj Kandler
Go for it! Those 4 digit minor numbers are getting a bit long :-) I'd just go for the UX/UI theme as 2.0. Not that all other things are desirable too, but just the visual part could be a big boon and some disruption for the plugin community as well. That said, is UI going to be important going

Re: Jenkins 2.0 proposal

2015-10-01 Thread Michael Neale
yes picking a JS framework seems like picking a Loser these days - no matter what you do, you will pick wrong ;) Longevity isn't great. Doing as much with plain old js (possibly with jquery given it isn't going anywhere) is probably a good baseline, but it would be great to see plugins take

Re: Post-build Actions on Jobs executed on slaves

2015-10-01 Thread Paul Wellner Bou
Thank you for the reply. I am using a Publisher extending Publisher. This looks promising. I discovered a stackoverflow thread with a bit of code doing a smiliar thing ( http://stackoverflow.com/questions/9279898/can-hudson-slaves-run-plugins). Whats the difference between

Re: Jenkins 2.0 proposal

2015-10-01 Thread Michael Neale
I sometimes feel the same way about unfamiliar TLDs, but perhaps it is us internet old timers that balk at non .org or .com things? On Thu, Oct 1, 2015 at 7:24 PM Andrew Bayer wrote: > Some thoughts... > > jenkins.cd is a bad idea. It has a weird feel to it - I've never

Re: Jenkins 2.0 proposal

2015-10-01 Thread Andrew Bayer
Some thoughts... jenkins.cd is a bad idea. It has a weird feel to it - I've never seen another .cd domain. It's more narrow and marketing-specific than jenkins-ci.org, as has been said. Honestly, it feels more like a startup domain than an OSS project domain. If we can get jenkins.org or another

Re: Post-build Actions on Jobs executed on slaves

2015-10-01 Thread Ullrich Hafner
Are you referring to an action that implements the Action interface? Or to a post build publisher that derives from Recorder or Publisher? The latter one can execute Runnables on a slave, e.g. to read information from the workspace. See FilePath#act for details... > Am 01.10.2015 um 08:25