Re: Jelly Repeatable Items default values

2015-07-23 Thread Thiago Augusto Ventura Lima
First, thanks for your quick answer, Kansantsin. :) And, yeah, I mean exactly the 2nd option. Assume I have a setting like ListFoo foos, where Foo is something like class Foo { public String propertyA; public String propertyB; } What I'm trying to do is to default foos to an one element

Re: commit access

2015-07-23 Thread David van Laatum
davidvanlaatum On Friday, July 24, 2015 at 2:31:13 AM UTC+9:30, Daniel Beck wrote: Please tell us your jenkins-ci.org user name so we can make you default assignee for these plugins in Jira. On 22.07.2015, at 02:33, David van Laatum da...@vanlaatum.id.au javascript: wrote: I created

Re: Jelly Repeatable Items default values

2015-07-23 Thread Kanstantsin Shautsou
On Jul 24, 2015, at 02:15, Thiago Augusto Ventura Lima t.augu...@gmail.com wrote: First, thanks for your quick answer, Kansantsin. :) Good defaults is a headache in jenkins. I just asked few days ago jglick about the same issues. And he provided one idea what can be enhanced (i plan try it

Re: commit access

2015-07-23 Thread David van Laatum
Should also add I do have plans to release both plugins just haven't done the final touches to make them useable by anyone else yet On Friday, July 24, 2015 at 9:48:54 AM UTC+9:30, David van Laatum wrote: https://github.com/davidvanlaatum/UnitTestDB is my code, I use it along with another of

Re: commit access

2015-07-23 Thread Oleg Nenashev
Hi Lev, Have you contacted the plugin's owner directly? According to our guidelines, after that we're commonly waiting for 1 week before granting permissions. Gregory released the new version of the plugin less than 2 month ago, so I would not consider it as an abandoned one. Best regards,

Re: Jelly Repeatable Items default values

2015-07-23 Thread Thiago Augusto Ventura Lima
I know this is a really old question, but I couldn't find any answer... Any answer? On Thursday, June 13, 2013 at 3:51:33 PM UTC-3, Zhengyuan Shen wrote: Can any body tell me how to set the default value of repeatable items in Jelly to the value of previously submitted forms? Thanks --

Re: Jelly Repeatable Items default values

2015-07-23 Thread Thiago Augusto Ventura Lima
I know this is a really old question, but I couldn't find any answer... Any answer? On Thursday, June 13, 2013 at 3:51:33 PM UTC-3, Zhengyuan Shen wrote: Can any body tell me how to set the default value of repeatable items in Jelly to the value of previously submitted forms? Thanks --

Re: Jelly Repeatable Items default values

2015-07-23 Thread Thiago Augusto Ventura Lima
I know this is a really old question, but I couldn't find any answer... Any answer? On Thursday, June 13, 2013 at 3:51:33 PM UTC-3, Zhengyuan Shen wrote: Can any body tell me how to set the default value of repeatable items in Jelly to the value of previously submitted forms? Thanks --

Re: commit access

2015-07-23 Thread David van Laatum
https://github.com/davidvanlaatum/UnitTestDB is my code, I use it along with another of my plugins https://github.com/davidvanlaatum/DistributedTests. We use them together to run the nearly 20,000 phpunit tests across a cluster of servers to take the total runtime down from several hours to

Re: Jelly Repeatable Items default values

2015-07-23 Thread Kanstantsin Shautsou
There is no such functionality and description sounds weird. If you submitted data, then you don't default entries because they become real. If you mean default when this class/ui instance firstly loads (and instance object is null) then it not implemented yet. Could you clarify what exactly

Re: Virustotal plugin

2015-07-23 Thread Oleg Nenashev
I'd guess you should provide more details about your use-case to get an advice. The question is too abstract (for me at least) четверг, 23 июля 2015 г., 12:08:41 UTC+3 пользователь h.m.chowdhury.ms написал: Hi I need some help to implement a plugin which can check for viruses online

Re: Jelly Repeatable Items default values

2015-07-23 Thread Kanstantsin Shautsou
Sorry, lost word. On Jul 24, 2015, at 02:00, Kanstantsin Shautsou kanstantsin@gmail.com wrote: There is no such functionality and description sounds weird. If you submitted data, then you don't need default entries because they become real. If you mean default when this class/ui

Global settings, doFillXYZItems and previously stored settings

2015-07-23 Thread Thiago Lima
I managed to corretly save my plugin global settings to the XML file, but I'm stuck on how to fill correctly the global settings view, since my select is being filled with the help of a doFillXYZItems method. I saw the selected property in the Option object, but I don't know how to get the

Re: Jelly Repeatable Items default values

2015-07-23 Thread Christopher Orr
On 24/07/15 01:15, Thiago Augusto Ventura Lima wrote: Assume I have a setting like ListFoo foos, where Foo is something like class Foo { public String propertyA; public String propertyB; } What I'm trying to do is to default foos to an one element list, say it [Foo('valueA', 'valueB')],

Request hosting for new Jenkins plugin

2015-07-23 Thread Fernando Boaglio
Hi, I have been working for a while on translating Jenkins to pt_BR, but I need to create this plugin to get some stuff inside Jenkins =) I think there are many people too running Oracle databases that need a tool to help running scripts (Oracle SQL*Plus scripts, not only SQL scripts)

Re: UI changes branch progress report Day 1

2015-07-23 Thread Suckow, Thomas J
Nevermind, working now. From: Thomas Suckow thomas.suc...@pnnl.govmailto:thomas.suc...@pnnl.gov Subject: Re: UI changes branch progress report Day 1 Getting The party is over From: jenkinsci-dev@googlegroups.commailto:jenkinsci-dev@googlegroups.com Subject: UI changes branch progress report Day

Re: LinkageError

2015-07-23 Thread Oleg Nenashev
I suppose you've got into the binary compatibility issues somewhere. Two plugins may depend on different versions of a same library. If they do not use shading, there is a risk of such collisions in method signatures. четверг, 16 июля 2015 г., 16:09:42 UTC+3 пользователь Ivo Bellin Salarin

Re: JUC East and EU - slides/videos available

2015-07-23 Thread Kanstantsin Shautsou
Thanks! -- 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 jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: commit access

2015-07-23 Thread Kanstantsin Shautsou
Hi, could you describe detailed how do you use it/architecture? On Wednesday, July 22, 2015 at 2:42:58 PM UTC+3, David van Laatum wrote: Sure. I am using it to store info about our nearly 20,000 unit tests (per branch) in a db across the distributed cluster that runs them. Has worked mostly

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-07-23 Thread Kasem A
US Congressional Hearing of Saudi billionaire maan Al Sanea and Money Laundering with bank of America With Arabic Subtitles http://www.youtube.com/watch?v=mIBNnQvhU8s *موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات*

Re: UI changes branch progress report Day 1

2015-07-23 Thread Kanstantsin Shautsou
Branch changes as PR https://github.com/jenkinsci/jenkins/pull/1772 Kohsuke, i also reviewed branches in jenkinsci and found: 1) https://github.com/jenkinsci/jenkins/tree/ui-changes - is ohtake still active? Could he join your work? 2) https://github.com/jenkinsci/jenkins/tree/grunt - is it

UI changes branch progress report Day 1

2015-07-23 Thread Kohsuke Kawaguchi
I'm going to spend the rest of the week focusing on working with Gus and Tom to get the proposed UI changes into a mergeable state. The tasks are tracked in here https://trello.com/b/5587X0Dt/ux-hackathon-2015-jul during this three days. We'll be on hangout from 1pm-5pm pacific time at

Re: Jenkins UX

2015-07-23 Thread Gus Reiber
Daniel Beck: We already have something similar in the context menu for the 'configuration' bread crumb. Can't this be reused in some way? For the approach, I am pretty sure that is script scraping the page and appending DOM after the page renders, which we can do. But in terms of using some

Re: [Plugin Hosting Request] plugin for executing pipeline on Vmware vRealize CodeStream

2015-07-23 Thread Rishi Saraf
Not sure why no one is looking into my request. Can someone tell what's wrong with my plugin. Regards Rishi Saraf On Wednesday, July 22, 2015 at 7:20:08 PM UTC+5:30, Rishi Saraf wrote: Bump On Friday, July 17, 2015 at 10:29:23 AM UTC+5:30, Rishi Saraf wrote: Hello, I would like to

[ANN] Office Hours: Stapler for plugin developers

2015-07-23 Thread Daniel Beck
Hi everyone, A few days ago I announced plans to revive Office Hours. The first meeting will be next Wednesday, July 29. I'll talk about what you should know about Stapler when writing a Jenkins plugin -- this includes how requests are routed, form data handling, and Jelly/Groovy view

Re: UI changes branch progress report Day 1

2015-07-23 Thread Kanstantsin Shautsou
On Thursday, July 23, 2015 at 5:45:06 PM UTC+3, Kohsuke Kawaguchi wrote: The tasks are tracked in here https://trello.com/b/5587X0Dt/ux-hackathon-2015-jul during this three days. I remember that you someday said that you want prohibit using GH issues/wiki for plugin developers. Could you

Re: Not able to release plugin using maven

2015-07-23 Thread Rishi Saraf
Thanks Chris. I think my checkout is clean and I can push changes using username rishisaraf11. On Thursday, July 23, 2015 at 9:15:24 PM UTC+5:30, Christopher wrote: One problem is that your artifact ID is incorrect; it should not end with -plugin.

Re: UI changes branch progress report Day 1

2015-07-23 Thread Kirill Merkushev
can you build additional docker container or/and jenkins instance with ability to view configuration, but without ability to do build and save something for new UI changes? To view and test latest version? четверг, 23 июля 2015 г., 17:45:06 UTC+3 пользователь Kohsuke Kawaguchi написал: I'm

Not able to release plugin using maven

2015-07-23 Thread Rishi Saraf
Hello, Whenever I am trying to release my plugin https://github.com/jenkinsci/vmware-vrealize-codestream-pluginusing below command my build is failing with no address associated with name. Can someone tell what the problem. *mvn release:prepare release:perform -Dusername=rishisaraf11

Re: Not able to release plugin using maven

2015-07-23 Thread Christopher Orr
One problem is that your artifact ID is incorrect; it should not end with -plugin. https://github.com/jenkinsci/vmware-vrealize-codestream-plugin/blob/cf2cd00/pom.xml#L13 https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Prerequisites Otherwise, the POM looks ok, and the

Re: Jenkins UX

2015-07-23 Thread Dzmitry Kashlach
Hello, Can I also insert my 5 cents(although I'm not a Jenkins contributor/committer). Idea with collapsable/expandable sections is great alone with floating list. But a lot of lines/margins break down jenkins minimalism, which I consider as a huge plus. So, something between current TC UI and

Re: Hosting request for Vmware vRealize CodeStream plugin

2015-07-23 Thread Daniel Beck
This has been resolved by forking into https://github.com/jenkinsci/vmware-vrealize-codestream-plugin after rename (request was repeated in a separate thread). On 22.07.2015, at 15:58, Rishi Saraf rishisara...@gmail.com wrote: Hi Oleg, I have updated the name below is the latest detail.

Re: Request hosting

2015-07-23 Thread domi
I think this should better be integrated with https://wiki.jenkins-ci.org/display/JENKINS/testng-plugin /Domi On 22 Jul 2015, at 19:08, Carlos Gonzales carledr...@gmail.com wrote: Name: summarize-testng-reports Github: https://github.com/carledriss/summarize-testng-reports Github User:

Re: Reviving Office Hours

2015-07-23 Thread Vinodhini Vijay
+ 1 . I am eagerly waiting for such sessions! How would I be able to join this? Is the speech delivered via WebEx or Video Conferencing? On Friday, 17 July 2015 17:56:59 UTC+5:30, Daniel Beck wrote: Hi everyone, I plan to revive Office Hours, the bi-weekly meeting of Jenkins users and

Re: Adding javascript to job status page

2015-07-23 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Annie Comments below Yes -- that would work! Do you know if there's a way that after each build, I can: 1. run some javascript to generate the svg You can have a build step, post build step, call another job, use the workflow plug-in, etc. The simplest would be to include a command that

Re: [Plugin Hosting Request] plugin for executing pipeline on Vmware vRealize CodeStream

2015-07-23 Thread Daniel Beck
No. You'll have to do any synching yourself. Note that for almost all plugins, the jenkinsci repository is the primary development repository, and releases are also performed from that repository. This is also where other community members will expect to be able to send pull requests to. On

Re: Reviving Office Hours

2015-07-23 Thread Daniel Beck
Office Hours are generally in a Google Hangout. You can find the link on the wiki page: https://wiki.jenkins-ci.org/display/JENKINS/Office+Hours On 23.07.2015, at 09:38, Vinodhini Vijay vinodhini.vi...@gmail.com wrote: + 1 . I am eagerly waiting for such sessions! How would I be able

Re: [ANN] Office Hours: Stapler for plugin developers

2015-07-23 Thread Christopher Orr
On 23/07/15 08:35, Daniel Beck wrote: Hi everyone, A few days ago I announced plans to revive Office Hours. The first meeting will be next Wednesday, July 29. I'll talk about what you should know about Stapler when writing a Jenkins plugin -- this includes how requests are routed, form

Re: Jenkins UX

2015-07-23 Thread Dzmitry Kashlach
One more question: will these changes have influence on existing plugins? How about back-compatibility? Thanks in advance. On Thursday, July 16, 2015 at 7:03:49 PM UTC+3, Gus Reiber wrote: As threatened, but at long last, I have a demo video and associated blog post not really posted to

Re: [ANN] Office Hours: Stapler for plugin developers

2015-07-23 Thread Christopher Orr
On 23/07/15 10:41, Christopher Orr wrote: On 23/07/15 08:35, Daniel Beck wrote: Hi everyone, A few days ago I announced plans to revive Office Hours. The first meeting will be next Wednesday, July 29. I'll talk about what you should know about Stapler when writing a Jenkins plugin -- this

Virustotal plugin

2015-07-23 Thread h.m.chowdhury.ms
Hi I need some help to implement a plugin which can check for viruses online using Virustotal or some other service providers. ClamAV plugin is already available. But it's not serving my purpose properly. How can I modify the ClamAv plugin ? Thank you. -- You received this message because

Re: [Plugin Hosting Request] plugin for executing pipeline on Vmware vRealize CodeStream

2015-07-23 Thread Rishi Saraf
Thanks Daniel. I have quick question if I push new changes to my git hub repo will changes get automatically synced to jenkinsci repo On Thursday, July 23, 2015 at 12:56:01 PM UTC+5:30, Daniel Beck wrote: Done! https://github.com/jenkinsci/vmware-vrealize-codestream-plugin

Re: [Plugin Hosting Request] plugin for executing pipeline on Vmware vRealize CodeStream

2015-07-23 Thread Rishi Saraf
I have added the wiki page https://wiki.jenkins-ci.org/display/JENKINS/Vmware+vRealize+CodeStream+Plugin but I am not getting how to populate Plugin Information table will it happen automatically? On Thursday, July 23, 2015 at 2:49:24 PM UTC+5:30, Daniel Beck wrote: No. You'll have to do any

Re: [Plugin Hosting Request] plugin for executing pipeline on Vmware vRealize CodeStream

2015-07-23 Thread Daniel Beck
On 23.07.2015, at 12:31, Rishi Saraf rishisara...@gmail.com wrote: I have added the wiki page https://wiki.jenkins-ci.org/display/JENKINS/Vmware+vRealize+CodeStream+Plugin but I am not getting how to populate Plugin Information table will it happen automatically? This section will be