What is the JUnit XML format specification that Hudson supports?

I have Hudson as continuous integration server and I want to use option ‘Publish JUnit test result report’. But I don’t use xUnit tools for testing, instead of that i have shell scripts which run tests and return results in simple format. I am thinking to make a script which transforms these results to the … Read more

How to choose between Hudson and Jenkins? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

Error – trustAnchors parameter must be non-empty

I’m trying to configure my e-mail on Jenkins/Hudson, and I constantly receive the error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty I’ve seen a good amount of information online about the error, but I have not gotten any to work. I’m using Sun’s JDK on Fedora Linux (not OpenJDK). Here are a few things I’ve … Read more