Question
Getting error while running automated tests on expression rules with Jenkins
I have been trying to run automated testing through Jenkin.
I have followed appian documentation Running Automated Tests on Expression Rules with Jenkins - Appian 23.4 .
I was getting several errors and managed to solve some of them and got stuck at one particular issue.
Highlighted all the errors faced so far -
- I was getting below error but managed to resolve it by modify the “build.gradle” file. I have removed the less-than symbol (<<) in build.gradle file.

- After resolving above issue, now I was getting message “Could not parse content-type header”. I have resolved it by adding header (content-type: text/plain) in “ciStartRuleTestsApplications” webapi.

- After resolving above issue, I am getting error related to “java.io.Writer”

For better understanding of error, I have added parameter “--stacktrace” to task in Jenkin build step, it shows “noSuchMethodError” Error type.

Can someone provide guidance on resolving or debugging the above error?
