How to access value of a parameter using remote api

2012-10-30 Thread Ramith Jayasinghe
Hi Guys, is it possible to get the (default) value parameter (defined in a parametrized) in job definition using the remote api? Has anyone done something similar before? Regards, Ramith

Re: LTS 1.480.1 RC1 testing

2012-10-30 Thread R. Tyler Croy
On Tue, 30 Oct 2012, Vojtech Juranek wrote: > Hi, > LTS 1.480.1 RC is now available for download [1]. > As usual, I would like to ask for your help. If you stage RC in you stage > environment or just download RC and try to run it, please drop a note on wiki > page [2], shortly describe what you

Re: Disable installation of launchd service on OS X slaves?

2012-10-30 Thread Kenny Ayers
Hi. Java is attempting to connect to X or whatever and is puking because it doesn't have sufficient permissions. Here's a fix: Jenkins > Manage Jenkins > Manage Nodes > (select the node with the error) > Configure > Launch Method: "Launch slave agents on Unix machines via SSH" > click "Advanc

Re: LTS 1.480.1 RC1 testing

2012-10-30 Thread Mark Waite
Vojta, I've logged several of the tests I performed on various configurations and added an additional section "exploratory tests".  I wanted a place to record "creative tests I've never tried before".  Those types of tests aren't as helpful for detecting regressions, but may discover bugs more

Re: Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Fisher, Allen
Thanks slide. I think my primary assumption was that I could plop a token in there and Jenkins would expand it out for me. That doesn't seem to be the case, which is fine. I can now cancel an email and with yours and Ulli's responses I should be able to get at it. Thanks! Allen Allen Fisher

Re: Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Fisher, Allen
Hi Ulli-- Thanks for the response. I appreciate the pointers. Allen Allen Fisher Continuous Integration Engineer MakeMusic, Inc E: afis...@makemusic.com P: 952.906.3664 S: allen_fisher W: www.makemusic.com On Oct 30, 2012, at 11:58 AM, Ull

Re: Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Ulli Hafner
I don't know how to cancel sending an email so my answer is only for the warnings part of your mail. Maybe slide knows how to cancel the sending. In your script you basically need a reference to one of the warnings result actions (there is one action per parser). There is no TOKEN yet that expos

Re: Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Slide
You basically need to determine how to access the information you want using Java and then translate that into groovy. You'd want to get at the warnings publisher for the current build and then look at the API's available for that to get the information you need. If there is a WARNINGS_NEW token, t

Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Fisher, Allen
Hi List-- We're on a tear to clean up warnings in our applications. The Warnings Plugin has been invaluable in that effort (Thanks, Ulli!). It's going to be a while until we can turn "Warnings as errors" as a global option, so in the mean time, we want to alert the dev team when the warning cou

Re: Why jenkins restart every day?

2012-10-30 Thread Gaetan
Hello Thanks for your quick answsers! Here are mine : - Latest Jenkins, using Linux standalone service (init.d). I'm under latest ubuntu 12.10 - I have the exclusive execution plugin installed but I don't use it. I'm disabling it right now - which backup plugin are you talking about? I'm using "

Re: Why jenkins restart every day?

2012-10-30 Thread Larry Shatzer, Jr.
Are you running your job with this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Exclusive+Execution+Plugin? It will prevent other jobs from running, and the way it does that is to put it into "shutdown" mode so no other jobs run at the same time. On Tue, Oct 30, 2012 at 4:04 AM, Gaetan wro

Re: Disable installation of launchd service on OS X slaves?

2012-10-30 Thread cl
I have the exact same problem on a standard OS X Mac Mini. Tried installing an X11 Server, but it didn't help. If you find a way to fix this, please let us know. I'm sure others are having the same problem. :) On Saturday, October 27, 2012 10:30:55 PM UTC-2, Alex Rønne Petersen wrote: > > Hi fo

Concordion presenter plug-in report

2012-10-30 Thread hanmayya
Hi All, I have a project with has concordion tests.I have configured jenkins with Concordion Presenter plugin. I am able to successfully run the concordion test, but I am not able to view them is when I click "Latest Concordion Report" link on jenkins. I get a Error 404 page. I am able to view t

Re: jenkins sometimes does respond very slow

2012-10-30 Thread David Gang
Hi, Here is the jmap - heap Debugger attached successfully. Server compiler detected. JVM version is 11.0-b16 using thread-local object allocation. Parallel GC with 4 thread(s) Heap Configuration: MinHeapFreeRatio = 40 MaxHeapFreeRatio = 70 MaxHeapSize = 1073741824 (1024.0MB) N

RE: Why jenkins restart every day?

2012-10-30 Thread Mandeville, Rob
I don't know the answer, but didn't want you to think we're ignoring you. I don't think that the group has enough to bite on to answer this...yet. My setup has Jenkins running for weeks at a time, so this is definitely not normal. Some useful information might be: 1: Which version of Jenkins

jenkins sometimes does respond very slow

2012-10-30 Thread David Gang
Hi all, We have a jenkins installation with a master and 10 slaves. Sometimes it takes more than 1 minute till the jenkins respond. Sometimes it responds after 2 seconds. I tried to google and find how to fix this issue but did not find anything. BR, David

RE: ERROR: Processing failed due to a bug in the code.

2012-10-30 Thread Ahmet Maruf Aytekin
If someone else experiencing the same problem, following script worked for me on Jenkins ver. 1.486: import hudson.model.*; import hudson.util.*; def thr = Thread.currentThread(); def currentBuild = thr?.executable; def mavenVer = currentBuild.getParent().getModules().toArray()[0].getVersion();

Why jenkins restart every day?

2012-10-30 Thread Gaetan
Hello My Jenkins installation want to restart everyday and and i don't find why. I have a nightly test job that run for at least 15 hours, and when it is underway, jenkins switch to "Jenkins is going to shutdown" job, so it doesn't accept jobs. If I cancel it, some job can be started but it switc