Unit Testing Jelly

2014-11-25 Thread AndyB
Hi, I have a question about unit testing. I have some tests that do a 'roundTrip' as described here: https://wiki.jenkins-ci.org/display/JENKINS/Unit+Test#UnitTest-Configurationroundtriptesting - that works nicely. It checks that the config page is populated correctly and the values make it

Better Build History data layout

2014-11-25 Thread Tom Fennelly
Hi. A number of issues have been raised in JIRA over the last while regarding the Build History Widget and how the layout can go a bit screwy as more data gets cluttered in it. Here's a few of the JIRAs

Re: Can I tell whether a step succeeded beyond its effect on the build result?

2014-11-25 Thread Ulli Hafner
I don’t think that you can generalize it. You can have a look at the CI game plug-in which does a similar thing: for each build step or post build step an individual class handles the outcome and adds points to the overall result. Am 25.11.2014 um 00:58 schrieb Nate Rook nr...@google.com:

Re: New SSO plugin for Jenkins on Windows, based on KerberosSSO, using Waffle...

2014-11-25 Thread Robert Sandell
Extending Plugin is a bit legacy, try implementing a GlobalConfiguration instead http://javadoc.jenkins-ci.org/jenkins/model/GlobalConfiguration.html maybe that could work. /B On Tue, Nov 25, 2014 at 6:57 AM, Bryson Gibbons bryso...@gmail.com wrote: Are there any good examples of a main

How to move a plugin from SVN.jenkinsci.org to github?

2014-11-25 Thread Ivo Bellin Salarin
Good afternoon everybody, I see that some plugins are old and almost unmaintained. This is the case for the MSTest plugin, for example ( https://wiki.jenkins-ci.org/display/JENKINS/MSTest+Plugin) Which is the procedure to get them on github ? I would like to contribute (bugfixes, mainly).

Re: Build Queue not being processed - Timer task hudson.model.Queue$MaintainTask@52c633e failed

2014-11-25 Thread Kanstantsin Shautsou
https://issues.jenkins-ci.org/ On Tuesday, November 25, 2014 3:05:25 AM UTC+3, Rumble wrote: People, I have a build queue not being processed. There is an error in the logs SEVERE: Timer task hudson.model.Queue$MaintainTask@52c633e failed java.lang.IllegalThreadStateException: Thread is

Re: Unit Testing Jelly

2014-11-25 Thread Jesse Glick
On Tue, Nov 25, 2014 at 5:09 AM, AndyB andy.bi...@gmail.com wrote: This should be easy shouldn't it? Well, not exactly easy, but not that hard. Poke around in jenkinsci/jenkins/test/src/test/java/ and you will find some tests doing this kind of thing. BTW if you mainly want to test form

Help trouble shoot plugin release error

2014-11-25 Thread Vipin Nair
Hi, Can someone please help me to trouble shoot this error? [INFO] Downloading: http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/environment-dashboard/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] [WARNING] Could not transfer metadata

Re: Build Queue not being processed - Timer task hudson.model.Queue$MaintainTask@52c633e failed

2014-11-25 Thread Daniel Beck
So... you're sure this is a bug? On 25.11.2014, at 16:45, Kanstantsin Shautsou kanstantsin@gmail.com wrote: https://issues.jenkins-ci.org/ On Tuesday, November 25, 2014 3:05:25 AM UTC+3, Rumble wrote: People, I have a build queue not being processed. There is an error in the logs