It looks like you're referring to 
https://issues.jenkins-ci.org/browse/JENKINS-19515 which will be fixed in 
1.509.4. There's already an RC, so you could try upgrading.

Did you test the 1.509.3 RC when it was available for almost four weeks before 
the final version was released?

On 09.10.2013, at 04:21, jieryn <[email protected]> wrote:

> bash$ find /var/lib/jenkins/fingerprints/ -type f | while read fp ; do
> xmllint --format $fp >/dev/null ; if [[ "$?" == "1" ]] ; then echo
> stupid $fp ; rm $fp ; fi ; done
> 
> Why do I have to do this? This seems like a huge failure. Not sure how
> this got to LTS..
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to