Re: Bug or PEBKAC? Jenkins->Rally plugin

2016-07-23 Thread Matthew Grose
resolved. believe it was related to task not having actuals set (null). opened pr: https://github.com/jenkinsci/rally-plugin/pull/16 On Saturday, July 23, 2016 at 9:55:17 PM UTC-5, Matthew Grose wrote: > > same error, anything on this one? > > On Monday, August 17, 2015 at 10:19:00 AM UTC-5, Pete

Re: Bug or PEBKAC? Jenkins->Rally plugin

2016-07-23 Thread Matthew Grose
same error, anything on this one? On Monday, August 17, 2015 at 10:19:00 AM UTC-5, Peter Berghold wrote: > > I did Git checkin of one of my projects with the following commit message: > > US496500: for task TA1117248 with status: completed; actuals: 2 hours, to > do: 1 > > and the build failed w

Re: Jenkins on AIX Installation

2016-07-23 Thread Baptiste Mathus
For reference, see also https://groups.google.com/d/msgid/jenkinsci-users/a3318a72-7977-410d-b3ce-7da078cc55e2%40googlegroups.com?utm_medium=email&utm_source=footer Le 22 juil. 2016 4:28 PM, "Jack Andy" a écrit : > thanks for reply. > for the master of jenkins 2.0 the jre-1.7 is the minimum requ

Re: Jenkins AIX version

2016-07-23 Thread Baptiste Mathus
0) since some months, Jenkins requires JDK 7 minimum. So using a JDK6 for 2.13 won't work on the master. 1) it's strongly recommended to have the same JVM version on master and agents (note: the "slave" term got deprecated in 2.x). Your error is probably related to that (maybe the ClassFormatError

Migrating a maven-based job to pipeline style

2016-07-23 Thread Victor Noël
Hi, I'm trying to wrap wy head around moving to pipeline jobs. Currently I use maven jobs (but my question applies to freestyle jobs that execute maven) by executing one single build command that will validate constraints (checkstyle and/or other stuffs like that), generate code, compile, run