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.

Reply via email to