Re: Jenkins vs. EBCDIC

2014-12-24 Thread gilpeleg
Hi, I think I found a workaround to this issue, which also relates to JENKINS-3629 . The workaround is based on z/OS UNIX function called Enhanced ASCII support. First, you need to have the slave successfully connected and online on z/OS UNIX u

Jenkins class sun.util.calendar.ZoneInfoFile issue

2014-12-24 Thread nidhi singh
Hi All, While running sonar analysis in jenkins, m facing few issues Failed to instantiate [ch.qos.logback.classic.LoggerContext]*16:47:42* Reported exception:*16:47:42* java.lang.ExceptionInInitializerError Caused by: Could not initialize class sun.util.calendar.ZoneInfoFile I don't know ho

Re: junit is publishing test report

2014-12-24 Thread corneil.duples...@gmail.com
I usually use **/build/test-results/*.xml since I often use sub projects and other time the checkout may add a directory for the project in the workspace depending on how you configured the SCM. On Tue Dec 23 2014 at 8:59:12 PM Murali wrote: > Thanks for reply. Even it isnot worked what you

Docker-Plugin spawns more containers than needed

2014-12-24 Thread Alexis Morelle
Hello, I've been playing around at work with the Jenkins Docker plugin and right before making it available, I hit a strange behavior that holds me from using it widely for now. I have a pretty simple setup with few images I made myself but I only install the tools I need, set up a jenkins use

RE: jenkins conditional matrix - combination filter does not work

2014-12-24 Thread Ng, Jeff
Just guessing here, but in your “exclusions” combo filter below, it seems like you should be using && instead of || separating the two conditions. Also, not sure if it makes a difference when parsing, but typically there are no spaces around the ==. So, did you already try this: !(platform=="b

workflow - allocate node(s) for user?

2014-12-24 Thread Les Mikesell
Is there - or could there be - a workflow step that pre-allocates and locks a set of nodes that a given user is allowed to use?Under the covers, this might involve spinning up some VMs and/or waiting for other jobs to complete on nodes with the requested label(s). For some test jobs it may be

Re: manual jobs in pipeline

2014-12-24 Thread James Nord
You could probably use the workflow plugin to do this with an 'input' step Waiting for the user to say I've finished the tests and they passed (so the user can say no) and the job can fail. On 23 December 2014 18:35:53 GMT+00:00, Marc Tompkins wrote: > > >I have some manual test phases tha