I\'m trying to run TestNG tests (in a contained Java project) from Jenkins but having no luck.
It appears as though the TestNG plugin for Jenkins (https://wiki.jen
As commented above, please use the following ant script to run TestNG unit tests. Please tweak the below code to meet your requirements.
Running Tests...
Let me know if you encounter any issues. BTW, please use the Jenkins ant plugin/task to run this script