Re: Is it possible to zip a folder contents instead of zipping the folder itself with FilePath?

2013-11-18 Thread Daniel Beck
Please see this Jira comment: https://issues.jenkins-ci.org/browse/JENKINS-19947?focusedCommentId=187616page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-187616 On 18.11.2013, at 12:16, Daniel Anechitoaie daniels0...@gmail.com wrote: Hi, I see that

Re: Problem running tests when building maven-plugin

2013-11-18 Thread Marco Miller
Hi Mads, You might want to review this other related thread, in case anything in there could help: https://groups.google.com/forum/#!topic/jenkinsci-dev/P_KSh9xVBOg -entitled maven-plugin tests not running or..?. Cheers, Marco. On Sunday, November 17, 2013 7:03:32 AM UTC-5, hrmohr wrote: Hi,

Re: Problem running tests when building maven-plugin

2013-11-18 Thread Mads Nielsen
I thinks the asignee stuff got mixed up, im not involved in the maven plugin development.. :) On Mon, Nov 18, 2013 at 2:45 PM, Marco Miller miller.ma...@me.com wrote: Hi Mads, You might want to review this other related thread, in case anything in there could help:

Re: Is it possible to zip a folder contents instead of zipping the folder itself with FilePath?

2013-11-18 Thread Aldrin Leal
(an educated guess follows) there's an override for this method which allows you to specify includes/excludes. the one sans this parameter uses the default excludes (which I guess includes .svn/.git) -- -- Aldrin Leal, ald...@leal.eng.br Master your EC2-fu! Get the latest ekaterminal public beta

Re: Is it possible to zip a folder contents instead of zipping the folder itself with FilePath?

2013-11-18 Thread Daniel Anechitoaie
Yep. Found out how. FilePath class has the following method public int *zip*(OutputStreamhttp://download.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true out, DirScanner http://javadoc.jenkins-ci.org/hudson/util/DirScanner.html scanner) And i can use *DirScanner.Glob

Re: Parameterized trigger for jobs using promoted builds parameter?

2013-11-18 Thread Jesse Glick
On Mon, Nov 18, 2013 at 7:56 AM, Mads Mohr Christensen hr.m...@gmail.com wrote: If I want to build the support into the promoted builds plugin, then I run into a cyclic dependency problem. Parameterized trigger plugin is depending on promoted builds plugin and I need to depend on the

Re: Problem running tests when building maven-plugin

2013-11-18 Thread Mads Mohr Christensen
On 18-11-2013 14:45, Marco Miller wrote: Hi Mads, Hi Marco, You might want to review this other related thread, in case anything in there could help: https://groups.google.com/forum/#!topic/jenkinsci-dev/P_KSh9xVBOg -entitled maven-plugin tests not running or..?. This looks like the

Check for project name when extending Builder

2013-11-18 Thread Gabi Karasin
Hi, I would like to make a new build step, so I extend Builder and I would also like to get the project/job I'm in in order to log it. Is there a way to do so? Thanks, Gabi. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe

Re: Check for project name when extending Builder

2013-11-18 Thread Jesse Glick
On Mon, Nov 18, 2013 at 11:36 AM, Gabi Karasin gkara...@gmail.com wrote: I extend Builder and I would also like to get the project/job I'm in in Try AbstractBuild.getProject(). -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

How can I put jelly translation files into Messages.properties?

2013-11-18 Thread Hakan Tandoğan
Hi, if I understand https://wiki.jenkins-ci.org/display/JENKINS/Internationalization correctly, the translations for Jelly files seem to have to be placed in seperate property files per class. On the other hand, there is the big Messages.properties, of which only one per plugin seems to

Addressing Jenkins scalability

2013-11-18 Thread Alyssa Tong
Hi All, Due to popularity of the Scalability Summit, Kohsuke will be sharing what scalability issues were discussed amongst serious large-scale Jenkins users and what needs to be done to further scale Jenkins. Please join Kohsuke in this webinar and provide your thoughts on what has been

Jelly Include - Change value of textbox?

2013-11-18 Thread Thomas Åkerlund
Hi! I have included a jelly file from another jelly file and now I want to change the value of the textbox that got included, how do I do that? The value I want to set depends on the name of the textbox. Is it maybe possible to do a method call with a parameter to get getter using