Hi,
I am not sure that this is what cause the error but I think you forgot a comma
between the two ignores
> 13 jun 2015 kl. 02:49 skrev CLOSE Dave :
>
> I have a Jenkins job using the build flow plugin. A portion of it looks
> like the code below.
>
> parallel (
> { ignore ( FAILURE ) { bui
By any chance did you upgrade to jdk 8 at the same time?
You may get lucky by downgrading to 1.7 as that looks like a buggy comparator
being called to null.
But only lucky if you never saved the system or job configurations post
upgrade...
--
You received this message because you are subscribe
Hi Guys,
Did you have any luck in solving this ?
Thanks,
Costya.
On Tuesday, February 11, 2014 at 8:05:17 PM UTC+2, Gytis Greitai wrote:
>
> I have Jenkins under firewall and private organization repository on
> github.
>
> I would like to setup Amazon SQS to trigger builds, everything seems