Re: warning plugin, present information about log filename

2015-05-19 Thread Tomasz Majchrowski
might be a file that reside on the remote slave hosts. This means that can't be link easily and present by master. Let me know if my understanding of the issue is right. Best regards, Tomasz Majchrowski. W dniu wtorek, 19 maja 2015 11:36:25 UTC+2 użytkownik Ullrich Hafner napisał: > >

warning plugin, present information about log filename

2015-05-19 Thread Tomasz Majchrowski
Hi, Does anyone know if there a possibility to include log file-name that contains warning in the report produced by warning plugin? The generated report is very detail, however I could not find this information out there. Thanks in advance Best regards, Tomasz Majchrowski -- You received

Schedule large numbers of building jobs - perfromance issue

2015-01-19 Thread Tomasz Majchrowski
t the right tool for such a scale of parallel task due to its' overhead. I debug a bit with visualvm to found a bottle neck, however couldn't found any interesting. Anyone is having experience with such a large build queue. Could you share hints/best practice? Best regards, Tomasz

multi-module jobs - performance issue

2015-01-19 Thread Tomasz Majchrowski
rection or basically the Jenkins is to heavy because of numbers of plugin in toolchain that might slow down processing? Best regards, Tomasz. -- Pozdrawiam/Best regards/Mit freundlichen Grüßen, Tomasz Majchrowski, Information Technology and Services Consultant and Contractor -- You received this messa

system groovy script: class path

2012-09-25 Thread Tomasz Majchrowski
as system groovy script. The package import seems to not work for my case. The scripts are stored in the same directory: /path/scripts/ Best regards, Tomasz Majchrowski.

set view params through groovy

2012-02-28 Thread Tomasz Majchrowski
sting but couldn't found anything else. http://javadoc.jenkins-ci.org/hudson/model/View.html /* * */ hudsonInstance = hudson.model.Hudson.instance hudsonInstance.addView( new hudson.model.ListView("test1") )