Resource Selection Error in Build Flow

2014-02-17 Thread Grueneberger, Franz Josef
Hi, I'm using the Build Flow Plugin and defined a simple job which just prints out the parameters via out.println params. However, once I use the "Resource Selection" defining a resource selection criteria (one which is working well in normal Jenkins Jobs), I get the following error: No phone

Re: MD5/SHA1 of new release JARs?

2014-02-17 Thread Maciej Jaros
Yaniv Kaul (2014-02-16 08:31): Is it possible to publish hash of the new JARs, so at least I can somehow try and verify their integrity? Since it's not packaged in any signed format (RPM, MSI, etc.), it's the least we can do to verify the package authenticity. Execute hash creation in shell j

Re: REST API for promoting builds

2014-02-17 Thread Marnix Klooster
On Friday, January 17, 2014 8:55:16 AM UTC+1, Bruce Edge wrote: > > I read a lot of people talking about the REST API for build promotion, but > I > can't find any documentation on it. > > What is the URL/API for forcing a job promotion? > I second that question-- how to do this? is there any

Re: Git Plugin: "Clean after checkout" exclusions?

2014-02-17 Thread Max Spring
James, job-private local Maven repositories do work for me. I don't mind the overhead in disk space. By not using option "Clean after checkout" and trimming the workspace by script instead, I am able to reuse a populated private local repository from one job run to the next. I also like to se

Role Strategy Plugin: Groups?

2014-02-17 Thread Kevin Gary
I have looked all over the place for an answer to a seemingly simple question. I am teaching a class where we are using a Jenkins server to build each student project. The projects are worked on in groups of 6 students. So I want to create a group per project and give those students access to c

Re: Role Strategy Plugin: Groups?

2014-02-17 Thread Stephen Connolly
You are looking at the CloudBees RBAC plugin docs and not the role strategy plugin docs. The CloudBees RBAC plugin is a Jenkins Enterprise plugin and requires a for pay license. BTW I put a lot of effort into giving it that nice UI for editing groups ;-) On Monday, 17 February 2014, Kevin Gary

Re: Conditional build steps for maven projects

2014-02-17 Thread Eric Pyle
You can run a Maven build in a freestyle job. Add a build step of type "Invoke top-level Maven targets". Then you can use conditional build steps and all other features of freestyle builds. Regards, Eric On 2/17/2014 2:13 AM, varun srivastava wrote: Hi, How can I run conditional steps with M

Re: Conditional build steps for maven projects

2014-02-17 Thread varun srivastava
Thanks for the reply. I have tried this. But the disadvantage is that I loose features related to maven projects like Displaying modules built, modules history etc. (For multi-module maven projects) On Tue, Feb 18, 2014 at 1:07 AM, Eric Pyle wrote: > You can run a Maven build in a freestyle j

Re: Role Strategy Plugin: Groups?

2014-02-17 Thread Kevin Gary
Ah OK thanks. Yes it is nice that is why I wanted it ;) Guess I'll have to go the long way. You folks ought to consider academic pricing :) KG On Monday, February 17, 2014 12:26:29 PM UTC-7, Stephen Connolly wrote: > > You are looking at the CloudBees RBAC plugin docs and not the role > strat

Re: Role Strategy Plugin: Groups?

2014-02-17 Thread Stephen Connolly
On Monday, 17 February 2014, Kevin Gary wrote: > Ah OK thanks. Yes it is nice that is why I wanted it ;) > > Guess I'll have to go the long way. You folks ought to consider academic > pricing :) > > > KG > > > On Monday, February 17, 2014 12:26:29 PM UTC-7, Stephen Connolly wrote: >> >> You are l

Re: Conditional build steps for maven projects

2014-02-17 Thread Stephen Connolly
Ah but the advantage is you have a reproducible build... Unlike a build with the evil job type On Monday, 17 February 2014, varun srivastava wrote: > Thanks for the reply. > > I have tried this. But the disadvantage is that I loose features related > to maven projects like Displaying modules bui

"Data obtained" on 1st line of Nodes Matrix - Jenkins bug ?

2014-02-17 Thread mpc8250
Hi All We have a few slaved configured with Jenkins. When we click Nodes link, it displayed all the architecture, clock difference, free disk space etc column information. We like the sort columns feature but it's messed up (cannot sort) because it's 1st entry is also the line Data obtained entr

Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread mpc8250
Hi Can we have a slave configured such that it serves both Hudson and Jenkins ? We would have different directories for each CI server on the slave ? Is there any port number conflict we should be worried about when using this configuration setup ? Thanks -- You received this message because

Re: Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread Slide
Yes, this should work just fine. There is a page on the wiki that talks about using a system as a slave for two Jenkins' instances, using it for the way you describe would probably be similar. You would definitely have to have different directories for each CI server on the slave. You can see [1] f

Best Java version for Jenkins on Mac hardware?

2014-02-17 Thread Dave Augustus
Hello Fellow Listers! I am creating a new Jenkins setup on Mini-macs for App building. And I am faced with a choice regarding Java and need your opinion: Should I install the latest from Java from Oracle OR use the Java that Apple provides for Mavericks? (These servers are not internet-facing.

Re: Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread mpc8250
slide, appreciate your response. On Monday, February 17, 2014 1:01:32 PM UTC-8, slide wrote: > > Yes, this should work just fine. There is a page on the wiki that talks > about using a system as a slave for two Jenkins' instances, using it for > the way you describe would probably be similar. Yo

Performance graphs causing "Could not initialize class org.jfree.chart.JFreeChart" exceptions

2014-02-17 Thread Ángel Galindo Muñoz
Hi, When Jenkins tries to generate the *Performance Trends* graphs there launches several exceptions always with root cause: "*java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart*" This is what I did: - desployed Jenkins , tried with v1.532.2 (stable

Re: collabNet Plugin - put a variable in the Release field

2014-02-17 Thread Darryl Bowler
Sorry but that's not going to work. The Release field is in reference to the TeamForge release area and is a user defined release name within TeamForge. I work for CollabNet so I would be interested to here how you expected it to work. btw: I have switched this thread to jenkinsci-users which

Re: Best Java version for Jenkins on Mac hardware?

2014-02-17 Thread thargreaves
We're using the Apple provided Java and not having any issues. Tim On Monday, February 17, 2014 12:36:28 PM UTC-8, dave.augustus wrote: > > Hello Fellow Listers! > > I am creating a new Jenkins setup on Mini-macs for App building. And I am > faced with a choice regarding Java and need your opin

Re: Performance graphs causing "Could not initialize class org.jfree.chart.JFreeChart" exceptions

2014-02-17 Thread Baptiste Mathus
Send like this is actually the same stack trace again and again, buy possibly the root cause was mangled at some point. A small guess: does the slave generating the graph you want have an X Server/GUI? Can you try running the Jenkins instance(s) with " *-* *Djava.awt.headless**=**true*"? Cheers L

Re: Performance graphs causing "Could not initialize class org.jfree.chart.JFreeChart" exceptions

2014-02-17 Thread Ángel Galindo Muñoz
*You've got it!* Thanks a lot! I just added this CATALINA_OPTS=-Djava.awt.headless=true to my */opt/tomcat/bin/catalina.sh* and now I can enjoy with my performance trends :) Thanks a gain, cheers from Barcelona. / Angel On Tuesday, February 18, 2014 7:22:03 AM UTC+1, Baptiste Mathus wrote: > >

Re: Conditional build steps for maven projects

2014-02-17 Thread Maciej Jaros
varun srivastava (2014-02-17 08:13): Hi, How can I run conditional steps with Maven projects ? For free style projects I am able to set up conditional steps but this seems not available with Maven projects. Conditional steps are available both after and before Maven is build is run (in Pre/