New plugin repository hosting and Jira module request (TestFairy)

2014-04-16 Thread ciprian . mester
Hi, We would like repository hosting for a new plugin: TestFairy It performs Android apk uploads to https://www.testfairy.com/ as a post build step. *Jenkins Plugin Name:* TestFairy *Current Location:* private github repository containing multiple projects. We would like to commit only

Debugging JSON construction logic

2014-04-16 Thread Nigel Magnay
Hi. I'm trying to fix this issue: https://github.com/jenkinsci/docker-plugin/issues/5 In my jelly, I have a repeatable section: f:repeatable field=templates // ... config stuff here /f:repeatable From an interaction POV, this works fine. But it bombs out trying to construct the JSON to

Re: Debugging JSON construction logic

2014-04-16 Thread Jesse Glick
On Wed, Apr 16, 2014 at 8:38 AM, Nigel Magnay nigel.mag...@gmail.com wrote: In my jelly, I have a repeatable section: f:repeatable field=templates Did you mean to use f:repeatableProperty? Not necessarily the solution to your problem but just noting that it is preferable to use full

Re: Debugging JSON construction logic

2014-04-16 Thread Nigel Magnay
The repeatable thing is itself an object :- I.E: template is defined as public final ListDockerTemplate templates; (it also has an accessor). I just copied what I saw in the EC2 plugin (which I was trying just now to try to get running to try to figure out if it's a bug there too, but some

Re: Debugging JSON construction logic

2014-04-16 Thread Jesse Glick
On Wed, Apr 16, 2014 at 9:10 AM, Nigel Magnay nigel.mag...@gmail.com wrote: The repeatable thing is itself an object A Describable I guess you mean. Good; and that is what repeatableProperty is for. From its documentation: Data-bound only version of f:repeatable that assumes the type pointed

Re: Debugging JSON construction logic

2014-04-16 Thread Nigel Magnay
Found it. In case anyone else googles in this direction: The child page had this: f:entry title=${%Push on successful build} field=push f:checkbox/ /f:entry Evidently push conflicts somehow (possibly with array push), and caused all the failures. Simply renaming it to f:entry

Re: Debugging JSON construction logic

2014-04-16 Thread Jesse Glick
On Wed, Apr 16, 2014 at 11:17 AM, Nigel Magnay nigel.mag...@gmail.com wrote: It'd be nice if there were a test list of invalid field names the testsuite could check against Sounds like a core bug; it should check not only for ['push'] being defined, but a function. Please file it, with a pull

Re: maven-hpi-plugin 1.107 partial deployment

2014-04-16 Thread Kohsuke Kawaguchi
This is because the username has to be set in ~/.m2/settings.xml. I've added a comment to explain this. On 04/15/2014 07:32 AM, Jesse Glick wrote: Mainly for @Kohsuke. I ran release:{prepare,perform} on this. I think the actual plugin release was fine:

Re: New JIRA component

2014-04-16 Thread Slide
Done On Wed, Apr 16, 2014 at 10:01 AM, Tomáš Bambas tomas.bam...@gmail.comwrote: Hi, may I ask somebody to create a new JIRA component installshield for the installshield-plugin and set a lead to bambas? could you also set a lead of the python-wrapper component to bambas? Kind Regards

Re: Jira component for vault plugin.

2014-04-16 Thread Gail Ferreira
Hi Michael, Can you get me the Vault plugin to Jira? Thanks, Gail On Sunday, March 10, 2013 11:26:10 AM UTC-7, Michael Clarke wrote: Done [1]. Thanks Michael [1] https://issues.jenkins-ci.org/browse/JENKINS/component/17333 On 10 Mar 2013, at 18:19, Stuart Whelan

Re: Backporting for 1.554.1 started

2014-04-16 Thread ogondza
See backported fixes: https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+10172+AND+labels+%3D+%221.554.1-fixed%22 Tests are passing[1], acceptance test are in a good shape[2]. Thanks marco-miller for testing and backporting

Request for contributor access to jenkinsci/windows-azure-storage-plugin repository

2014-04-16 Thread Suersh Nallamilli
Hi I am hereby requesting contributor access to jenkinsci/windows-azure-storage-plugin repository for my github id *snallami* I was one of the contributor for this project but now i am not able to push changes to repo. (I recently renamed my github userid , that might have revoked

Re: Request for Jenkins login reset on Wiki/Confluence (infra not updating again)

2014-04-16 Thread Jan Ruzicka
Ping? Jan On Apr 2, 2014, at 15:00, Jan Ruzicka wrote: Hi Can anybody reset/enable the jenkins login on Wiki/Confluence? The Unreleased Plugin Changes report is getting stale again. I'm not sure what other reports are affected. Thanks Jan error message: Fault 0:

Re: New JIRA component

2014-04-16 Thread Tomáš Bambas
Thank You. TB Dne středa, 16. dubna 2014 19:12:46 UTC+2 slide napsal(a): Done On Wed, Apr 16, 2014 at 10:01 AM, Tomáš Bambas tomas@gmail.comjavascript: wrote: Hi, may I ask somebody to create a new JIRA component installshield for the installshield-plugin and set a lead to

Re: Violation plugin unresolved for almost 2 years - fix already available

2014-04-16 Thread Michael Barrientos
I verified Roger's fix works in our deployment. and I even have a fix on top of that to get it showing the jslint errors inside the code (the current plugin expects absolute paths reported by jslint, but jshint reports relative paths, and thus can't find the corresponding code). It's been 2

Re: acceptance tests harness: students projects

2014-04-16 Thread Marco Miller
Ulli, just in case you didn't know yet, some of us will participate to this upcoming event: http://jenkins-ci.org/content/upcoming-jenkins-office-hours-acceptance-test-harness -which agenda has a bit of something to do with parts of yours below.. Feel free to jump in then, /Marco. Le mardi 15

Re: acceptance tests harness: students projects

2014-04-16 Thread oliver gondža
On Wed, 16 Apr 2014 00:07:31 +0200, Ulli Hafner ullrich.haf...@gmail.com wrote: I'm currently working with 12 master students in the area of the acceptance test harness project. Currently we are still in the planning and knowledge building phase but we are planning to work in the

JUnit NUnit test results in same job; possible to keep separated?

2014-04-16 Thread SteveK
Hello, I have a job that runs both JUnit and NUnit tests. Jenkins displays two Test Result Trend charts, but they are both identical. The results are consolidated. Is there a way to keep them separate? Thanks in advance. Steve K. -- You received this message because you are subscribed to the

Re: JUnit NUnit test results in same job; possible to keep separated?

2014-04-16 Thread Mark Waite
When I was running both JUnit and NUnit in the same job, I saw the same behavior and never found a solution for it. Mark Waite On Wed, Apr 16, 2014 at 2:27 PM, SteveK steve.kerxha...@carestream.comwrote: Hello, I have a job that runs both JUnit and NUnit tests. Jenkins displays two Test

Re: much belated 1.532.3 RC posted

2014-04-16 Thread Jesse Glick
Was released on Friday. As usual the changelog is wrong, missing most of the fixes that went in, and mentioning one fix that did not go in (was backed out). I have manually created a corrected changelog here: http://release-notes.cloudbees.com/release/Jenkins+OSS+LTS/1.532.3 -- You received