Re: priority sorter plugin

2014-06-11 Thread Jayaprakash D B
Did you enable concurrent builds on the project configuration page? If not, you should do that. On Wed, Jun 11, 2014 at 4:29 PM, wrote: > Hi Jayaprakash D B, > > thank you for this post. I am facing the same problem like you did and > wanted to ask you, whether you were able to solve it in betw

stop jenkins stop with success status

2014-06-11 Thread Maneesh M P
Hello, Is there a way I can stop/exit a build with success status? I need this feature top my build triggering one dowstream job based on a condition Thanks Maneesh -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from thi

[ANN] Continuous Delivery with Jenkins events: NYC 6/19 and Berlin 6/24

2014-06-11 Thread Kohsuke Kawaguchi
If you will be on the US East Coast or in Berlin for JUC, some of the JUC sponsors are organizing separate events called Continuous Delivery Seminar, which might be of interest to you. These events focus more on higher-level business value questions as well as vendor solutions that are diffic

Re: Build Fails with Failed to install JDK. Exit code=1,603

2014-06-11 Thread Patrick Auld
I'm also seeing this problem. It appears that the auto installers for the JDK we had were "mixed up", non of the Java versions had the correct installers after updating Jenkins to 1.5.67. Deleting the JDK's directory from the hudson.model.JDK directory to force a reinstall didn't work. Non did

Re: jenkins CI with docker

2014-06-11 Thread Richard Bywater
Sorry, ignore my previous reply - I didn't realise that you were already using the Docker Plugin and that we'd already communicated in another thread. Presumably you are looking for more of a discussion around usage of Docker & Jenkins in general :) Richard. On Thu, Jun 12, 2014 at 6:28 AM, Gall

Re: Chaining Security Realm for fallback

2014-06-11 Thread alex ouzounis
Hi Momin, I would be really interested to know if you found an answer to your question. I have a similar issue I am trying to resolve. Many thanks, Alex On Wednesday, March 5, 2014 4:28:35 AM UTC, Momin wrote: > > Hi Guys, > > Does jenkins have a fallback mechanism for its security realm?

Re: jenkins CI with docker

2014-06-11 Thread Richard Bywater
On my phone so can't check those links fully yet but you probably want to give the Jenkins Docker plugin a go. This exposes Docker as a cloud slave provider so you can dynamically spin up a slave of a particular flavour to run your job on. HTH Richard On Thursday, June 12, 2014, Gallagher Polyn

jenkins CI with docker

2014-06-11 Thread Gallagher Polyn
I'm new to Jenkins and to Docker, so, naturally, I'm attempting use of both together :) I've successfully duplicated the Docker-Jenkins CI steps shown at www.activestate.com/blog/2014/01/using-docker-run-ruby-rspec-ci-jenkins and I've looked with interest also at the approaches described in the

Re: Multijob plugin: Using same commit everywhere

2014-06-11 Thread Drew Van Stone
Did you ever get this worked out? I'm having the same issue. On Tuesday, November 12, 2013 7:42:24 AM UTC-7, Kevin Fleming wrote: > > That's how matrix (multi) jobs work; the master job learns what the proper > SCM commit is, then it is communicated to all of the subjobs in the matrix > when the

Set number of executors on slave with Groovy

2014-06-11 Thread David Engster
I have the problem that I need to run a job on a slave exclusively, meaning without any other jobs running on that slave at the same time. I know there's the "Exclusive Execution" plugin, but that is taking the master offline during that time, which I find rather drastic. I'd like to do this in a l

Re: svn update work on running client from JNLP but not as Windows service

2014-06-11 Thread Eric Pyle
By default a Windows service runs as the Local User account, which has no access to network resources. Try configuring the service to run as a particular user who has permission for the SVN repo in question. Regards, Eric On 6/11/2014 8:42 AM, Juan Pablo Hernandez Vogt wrote: Hello, I tried

svn update work on running client from JNLP but not as Windows service

2014-06-11 Thread Juan Pablo Hernandez Vogt
Hello, I tried to find an answer in the list but I did not find what is wrong. Probably is a stupid thing... The job only execute a command *svn update* in my Windows 8.1 machine: a) If I start the client from JNLP file, the job is executed. b) If I install it as service, it holds waiting... w

Re: JUnit test result

2014-06-11 Thread Mohamed Djadlou
PS : by 'much more readable' I mean failed tests (the thin red line at the bottom) would be more visible if compared to total number of suites (2.000 max) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

JUnit test result

2014-06-11 Thread Mohamed Djadlou
Hello, I've implemented the JUnit test result in my Java code and everything looks fine : Test Result Trend is displayed and every failed test has its own URL leading to its detail

CppNCSS plugin not generating reports

2014-06-11 Thread Thomas Schober
Hi, i am using CppNCSS plugin to visualize the results from https://code.google.com/p/headerfile-free-cyclomatic-complexity-analyzer/. The analyzer is working perfectly and generates the expected xml file but it seems, that the plugin is not doing anything. It does not generate any report and

Re: Setting global variables without using parameterized build in job

2014-06-11 Thread Amir Katz
Use the EnvInject plugin On Thursday, June 5, 2014 5:15:31 PM UTC+3, eric...@rocketmail.com wrote: > > Can I set global variables and then use in jobs without using > parameterized builds. This forces me into a manual response mode that does > not work in my scenario. > > Thanks, Eric > -- Yo

Re: priority sorter plugin

2014-06-11 Thread mail4m . mueller
Hi Jayaprakash D B, thank you for this post. I am facing the same problem like you did and wanted to ask you, whether you were able to solve it in between? I've chosen "Use Priority from Build Parameter" and tried to forward the Parameter via URL the following way: http://localhost:8080/job/my

Re: question on docker plugin

2014-06-11 Thread Richard Bywater
As an aside, so far with my trial of the plugin there's a couple of things that would be nice to add in - one is to have the option to retain the container if the build fails (so you can jump into it to see if you can find out what was failing), and the other is to be able to pass some more argumen

Grails 2.4

2014-06-11 Thread Florian Müller
Hi guys, did anyone manage to install Grails 2.4 to Jenkins via Jenkins Web UI? The 2.4 version is not displayed within the mirrors dropdown and adding via zip download does "nothing" in terms of not downloading anything...any idea? cheers, Florian;

Re: question on docker plugin

2014-06-11 Thread Nigel Magnay
> The docker plugin deals with images not containers - basically it does a > docker run on the image, and then can, optionally, keep the container at > the end of the run (but cannot be reused in a subsequent job I believe) > > ​It currently always tears down the container at the end of the Jenkins