Re: Request hosting for New Jenkins Plugin

2015-01-05 Thread huandieyangyang
Hi I hava describe details the use case of my plugin,please see README. https://github.com/wy-scm/hidden-parameter-plugin 在 2015年1月5日星期一UTC+8下午7时09分01秒,Ullrich Hafner写道: > > Can you please describe in more details the use case of your plug-in? Also > make sure that the README contains

Re: How to write tests using JenkinsRule that make use of Jelly files and actions implemented in the test class itself

2015-01-05 Thread Jesse Glick
On Mon, Jan 5, 2015 at 7:59 AM, René Scheibe wrote: > in case of JenkinsRule this does not work as the test class itself does not > inherit from JenkinsRule. You can either add the @WebMethod’s to a JenkinsRule subclass, or factor out the RootAction as in Robert’s suggestion. I will do the first

Re: Write request for clang-scanbuild-plugin

2015-01-05 Thread Daniel Beck
Done. On 24.12.2014, at 16:24, Craig Rodrigues wrote: > I request write access to the following plugin: > > Plugin: https://github.com/jenkinsci/clang-scanbuild-plugin > Github id: rodrigc > > I sent email to the maintainer but the email bounced. There are several > pull requests which are no

Re: Jenkins UI Themes - per user login UI "Theme" configurations (WIP)

2015-01-05 Thread Ulli Hafner
That looks very promising! How would this concept integrate with plus-ins? Does a theme provide icons for plug-ins, too? Or is each plug-in providing icons for each available theme? > Am 05.01.2015 um 18:56 schrieb Tom Fennelly : > > I got back to doing a little bit of Jenkins Core UI work in t

Re: Request Hosting

2015-01-05 Thread Daniel Beck
Sorry about the delay! https://github.com/jenkinsci/modernstatus-plugin You should have commit access. If you tell us your jenkins-ci.org user name (wiki, Jira), we'll also create a Jira component for you. BTW, check out UI Themes Plugin. It may make for a simpler (or at least more configurab

Re: Failure Using the Gradle JPI Plugin

2015-01-05 Thread Daniel Spilker
Hi! Sorry, the documentation does not give any recommendations. The recommended Gradle version for the Gradle JPI Plugin is 1.12. Newer versions will cause problems, the next version will support Gradle 2.2.1. You have to use Java 7 since Java 8 also causes problems ( https://issues.jenkins-ci.or

Failure Using the Gradle JPI Plugin

2015-01-05 Thread Thomas Goeppel
Hello developers community! I'd like to experiment with Jenkins plugins written in Groovy, and to get started I'm trying to build a Groovy Jenkins plugin demo from Shiran Rubin's talk at the 2014 Jenkins conference in Israel (video , slides

Re: Request Hosting

2015-01-05 Thread Oliver Vinn
For convenience the url: https://github.com/ovinn/modernstatus-plugin Does anyone know how long this should usually take or if I should direct to a particular person? On Saturday, 20 December 2014 12:15:17 UTC, Oliver Vinn wrote: > > Hi, > > I have a simple UI plugin that I would like to get

Jenkins UI Themes - per user login UI "Theme" configurations (WIP)

2015-01-05 Thread Tom Fennelly
I got back to doing a little bit of Jenkins Core UI work in the last few weeks. I've evolved the uithemes-plugin a bit further in the last few weeks, to a stage now where (on this branch) a user can perform personalized theme configurations such as

plugin site creation and deployment configuration

2015-01-05 Thread Michael Schuele
Hi, I followed the description in the wiki (https://wiki.jenkins-ci.org/display/JENKINS/Site+Creation+and+Deployment) but I don't seem to get it working. The plugin is hosted here https://github.com/ChakaZulu/simpleavatar-plugin. I tried various modifications of the settings described in the wiki

Re: Any idea - the best way to publish log files and leave them connected to build?

2015-01-05 Thread Aldrin Leal
I'd try syslog and ELK (ElaticSearch / LogStash / Kibana) and / or fluentd -- -- Aldrin Leal, Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ On Mon, Jan 5, 2015 at 10:28 AM, Radka Nepejchalova < radka.nepejchal...@gmail.com> wrote: >

Re: Wiki offline, update center delayed?

2015-01-05 Thread Mark Waite
On Monday, December 29, 2014 1:37:37 PM UTC-7, Daniel Beck wrote: > > Wait for Kohsuke to read his mail? > > The update center is now showing the most recent version of the git-client-plugin (1.14.1). Updates are working. Thanks! Mark Waite -- You received this message because you are subs

Re: Any idea - the best way to publish log files and leave them connected to build?

2015-01-05 Thread Robert Sandell
Why not archive them with the rest of the build artifacts? Then they would stay as long/short as the build itself stays. /B On Mon, Jan 5, 2015 at 2:28 PM, Radka Nepejchalova < radka.nepejchal...@gmail.com> wrote: > Hello, > > we have complex build system and some of our jobs (few in each branch

Re: How to write tests using JenkinsRule that make use of Jelly files and actions implemented in the test class itself

2015-01-05 Thread Robert Sandell
I added it as a new @TestExtension in my test class. Not sure if its the most beautiful solution, but at least its not my ugliest hack ;) In this case I have no jelly files to worry about, but its just a matter of moving them to the correct namespace I guess. And in some ways it makes more sense t

Any idea - the best way to publish log files and leave them connected to build?

2015-01-05 Thread Radka Nepejchalova
Hello, we have complex build system and some of our jobs (few in each branch) perform tests during build. Results of those tests are saved to log/result files (each test-one file) which we need to analyze time to time. Since now we have been doing that with rsync all those files (from all slav

How to write tests using JenkinsRule that make use of Jelly files and actions implemented in the test class itself

2015-01-05 Thread René Scheibe
Hi, can anybody give me some advice how to write tests that reference a Jelly file and implement actions in the test class? (With *HudsonTestCase* this works fine but with *JenkinsRule* I have no idea.) Example: *test/src/test/java/lib/form/NameRefTest.java* It references *test/src/test/resour

Re: Testing system Groovy scripts locally?

2015-01-05 Thread Robert Sandell
That's similar to what I've done in the past, Another approach would be to create an empty plugin project and add your scripts and plugin dependencies to that. Then you can use the jenkins unit test harness for writing your tests and hpi:run for manual testing. /B On Sat, Jan 3, 2015 at 11:39 PM,

Re: ValidateButton to test all entries in a repeatable

2015-01-05 Thread twr
So turns out this isn't possible just using the the 'with' attribute of the f:validateButton , even when the repeated entry is bound to a field (either the repeatER or the repeatED component). I was ev

Re: Trigger job only when specific reviewer is added - Gerrit trigger

2015-01-05 Thread Robert Sandell
There is no event type for it in the Gerrit documentation https://gerrit-documentation.storage.googleapis.com/Documentation/2.9.3/cmd-stream-events.html so unless a plugin adds it I don't think its possible. On Mon, Jan 5, 2015 at 11:42 AM, Alex wrote: > Hi, > > I want to trigger a job only whe

Re: Gerrit trigger result for each job - NOT join result

2015-01-05 Thread Robert Sandell
That's currently not possible to do, except for triggering builds in silent mode. The problem with _not_ joining the results is that each build would then override the review vote of the previous one. So one quick build could vote say Verified +1 allowing the patch to be merged, and maybe is, but

Re: Commit access to mstest-plugin

2015-01-05 Thread Ulli Hafner
Done. Welcome aboard! Ulli > Am 04.01.2015 um 21:27 schrieb Ivo Bellin Salarin > : > > > Good evening, > > I would like to get write/commit access to the github repo of the mstest > plugin. > This plugin is no longer supported (two years ago the last activity), and the > pending pull reques

Re: Request to become maintainer

2015-01-05 Thread Ulli Hafner
Done. Welcome aboard! Ulli > Am 04.01.2015 um 20:07 schrieb Larry Bordowitz : > > It looks like this project doesn't have any maintainer, it's probably > abandoned: > > https://wiki.jenkins-ci.org/display/JENKINS/LabeledTestGroupsPublisher+Plugin > > I have a feature that I'd like to make ava

Re: Request hosting for New Jenkins Plugin

2015-01-05 Thread Ulli Hafner
Can you please describe in more details the use case of your plug-in? Also make sure that the README contains a description in English. > Am 04.01.2015 um 04:55 schrieb huandieyangy...@126.com: > > Hi! > > My name is Li Yang and I would like to request to host a Jenkins CI plugin > for build p

Trigger job only when specific reviewer is added - Gerrit trigger

2015-01-05 Thread Alex
Hi, I want to trigger a job only when specific reviewer is added, this option not exist or I not familiar with it, in the trigger, anyone now a way to do it ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from t

Gerrit trigger result for each job - NOT join result

2015-01-05 Thread Alex
Hi, The Gerrit Trigger plugin allows you to create multiple jobs with the same criteria, and it will automatically join the results together before publishing results into Gerrit. How I can cancel the automatic join of the results so I will have result per job for the same trigger ? Thanks -