Re: Usability Check Report

2015-01-20 Thread Ulli Hafner
Hi Michael, thanks for your detailed report! I think there are a lot of small issues in your report that would be easy to fix which would increase the usability of Jenkins. Currently we don’t use sub-tasks in Jira, so it would make sense to create new issues for each important item. We use

Re: Usability Check Report

2015-01-20 Thread Tom Fennelly
Hi Michael. Sure, create a JIRA (https://issues.jenkins-ci.org/) of type Improvement against component core and attach the user-experience label to it (and of course attach your docs). I tried translating the docs by viewing in google drive but that did not work so I need to try something

Sectioned view section

2015-01-20 Thread Łukasz Tasz
Hi All!! I have a question, since you about view-section-plugin. I would like to create list-view-section in a automated way - not using gui, just from script console, so far so good: d1e28=new SectionedView(test section) d1e28.initSections() d1e35=new ListViewSection(STATUS,

Re: Request hosting for New Jenkins Plugins

2015-01-20 Thread Ulli Hafner
Can you please clarify what makes your plug-ins different from https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin https://wiki.jenkins-ci.org/display/JENKINS/PerfPublisher+Plugin

Re: Embedding webpage in the main page

2015-01-20 Thread Krzysztof Slowinski
Yes, that will be a good solution. But it's not possible to have html section, right? Den tirsdag den 20. januar 2015 kl. 11.34.07 UTC+1 skrev Łukasz Tasz: sectioned-view-plugin with text section? this is what you need? Łukasz Tasz 2015-01-20 11:15 GMT+01:00 Krzysztof Slowinski

request commit access to jenkinsci/gitlab-hook-plugin

2015-01-20 Thread javier . palacios
Hello, I'm going to take on the development of gitlab-hook plugin[1], so I would like to get access to https://github.com/jenkinsci/gitlab-hook-plugin. It would also be good if jira could get configured to automatically assign to me tickets opened for the gitlab-hook-plugin component. Both

Re: Sectioned view section

2015-01-20 Thread Robert Sandell
I think you can set the fields directly def regexp = ^dupa123 d1e35.includeRegex = regexp d1e35.includePattern = Pattern.compile(regexp) On Tue, Jan 20, 2015 at 9:58 AM, Łukasz Tasz luk...@tasz.eu wrote: Hi All!! I have a question, since you about view-section-plugin. I would like to

Re: Sectioned view section

2015-01-20 Thread Łukasz Tasz
ok went throu! instead of: d1e35.columns.add(hudson. model.Hudson.instance.ListViewColumn,DescriptorListViewColumngetDescriptorList(hudson.views.JobColumn.class)) it's enough to: d1e35.columns.add(new hudson.views.JobColumn) Guys, do you know whom we can trigger to make includeRegex field

Re: Usability Check Report

2015-01-20 Thread Michael Rumpf
Hi, I have created the following ticket: https://issues.jenkins-ci.org/browse/JENKINS-26503 I have listed the 9 issues in the comments. Should I create a ticket per issue? Regards, Michael On Tue, Jan 20, 2015 at 10:18 AM, Tom Fennelly tom.fenne...@gmail.com wrote: Hi Michael. Sure,

Re: Usability Check Report

2015-01-20 Thread Ulli Hafner
I think this is not required yet. If work on this issue is in progress we still can create new issues from the sub-tasks. Am 20.01.2015 um 11:41 schrieb Michael Rumpf mich...@rumpfonline.de: Hi, I have created the following ticket: https://issues.jenkins-ci.org/browse/JENKINS-26503

Re: Embedding webpage in the main page

2015-01-20 Thread Łukasz Tasz
sectioned-view-plugin with text section? this is what you need? Łukasz Tasz 2015-01-20 11:15 GMT+01:00 Krzysztof Slowinski kris.slowin...@gmail.com: I would like to display simple information to the users, and it would be nice to be able to display that in the area where the views are. So

Re: Sectioned view section

2015-01-20 Thread Łukasz Tasz
Hi Robert, this is what I tried, but then it claims that includeRegex is readOnly... SectionedViewSection has no setter, and field includeRegex is defined as: String includeRegex; public String includeRegex; is fixing issue, would be nice to have it also in official plugin. Now I'm strugling

Groovy summary in the job main page

2015-01-20 Thread Krzysztof Slowinski
I use Groovy postbuild to add badges and create a summary of the build. Is it possible to create a summary on the job main page in that way also? -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop

Re: Embedding webpage in the main page

2015-01-20 Thread Robert Sandell
Yes, you have full html support for the text sections. On Tue, Jan 20, 2015 at 11:47 AM, Krzysztof Slowinski kris.slowin...@gmail.com wrote: Yes, that will be a good solution. But it's not possible to have html section, right? Den tirsdag den 20. januar 2015 kl. 11.34.07 UTC+1 skrev Łukasz

Cloud slave never provisioned (sometimes)

2015-01-20 Thread thomas . suckow
I am trying to track down an issue where a cloud slave is never provisioned for a job that is scheduled. The annoying part is that it doesn't always happen, I would estimate about 1 in 4 times. I am specifically using the docker-plugin and the job is triggered by gerrit. Only one job appears

Re: Jenkins 1.580.3 RC Testing

2015-01-20 Thread oliver gondža
On Tue, 20 Jan 2015 22:20:26 +0100, Paul Mendelson mendelson.p...@gmail.com wrote: I just downloaded 1.580.3 lts RC and Notice 1 problem. On the listview page if I have long build numbers the table wraps below the frames that are normally on the left. If I then resize the window the

Re: Jenkins 1.580.3 RC Testing

2015-01-20 Thread Paul Mendelson
I just downloaded 1.580.3 lts RC and Notice 1 problem. On the listview page if I have long build numbers the table wraps below the frames that are normally on the left. If I then resize the window the listview table then moves to the right place even if i make the window narrower. If I then

Re: Jenkins 1.580.3 RC Testing

2015-01-20 Thread Daniel Beck
Thanks for the info. I wasn't aware that went into LTS. I'll update the issue with the regressions this change causes. On 20.01.2015, at 22:48, Paul Mendelson mendelson.p...@gmail.com wrote: This problem does not occur in 1.580.2. It is probably a side effect of JENKINS-24589 On

How to start debugging existing plugins

2015-01-20 Thread Parag Paul
hi I want to debug existing plugins. I have been having a lot of problem with the git plugin on a slave OSX box. Every time I launch a job on the slave it will fail with the following message Error fetching remote repo 'origin' The credentials plugin has the correct credentials and when I try

Re: Jenkins 1.580.3 RC Testing

2015-01-20 Thread Daniel Beck
Please note that we only care about regressions since previous 1.580.x releases (or maybe 1.580) for RC testing. So if it's the same in the RC as in previous releases of the same LTS baseline, it's not relevant to RC testing. However, if it also occurs on the latest Jenkins weekly release, and

Re: How to start debugging existing plugins

2015-01-20 Thread Mark Waite
I think you want the instructions at: https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial#Plugintutorial-DebuggingaPlugin Mark Waite On Tue, Jan 20, 2015 at 5:19 PM, Parag Paul parag.p...@gmail.com wrote: hi I want to debug existing plugins. I have been having a lot of problem with

Re: Jenkins 1.580.3 RC Testing

2015-01-20 Thread Paul Mendelson
This problem does not occur in 1.580.2. It is probably a side effect of JENKINS-24589 https://issues.jenkins-ci.org/browse/JENKINS-24589 On Tuesday, January 20, 2015 at 4:41:27 PM UTC-5, Daniel Beck wrote: Please note that we only care about regressions since previous 1.580.x releases (or

Re: How do I remove logger console from local plugin development UI

2015-01-20 Thread Jesse Glick
On Mon, Jan 19, 2015 at 3:15 PM, Surya Gaddipati suryapraka...@gmail.com wrote: Is there a way to get rid of it? Yes! This irritated me to no end as well. https://github.com/jenkinsci/maven-hpi-plugin/commit/0ffb47a77d07fdfecdf0c87ca01050d9bc539c77 So use