Closed ilinandrii closed 7 years ago
It should respect the main Gradle command-line parameter --console plain
?
This is covered at https://github.com/maiflai/gradle-scalatest/blob/master/src/test/groovy/com/github/maiflai/ScalaTestActionTest.groovy#L74
Any tip how to use this command-line parameter with gradle plugin for Jenkins? If no, you can close this issue, I will search for that more. Thanks a lot for the fast feedback.
I imagine that you add --console plain
to the Switches text box.
I will try that. Thank you very much.
Haven't helped. But don't want to bother you anymore. Thanks again.
No worries, sorry, I'm not a Jenkins user myself
Currently I don't see the way how to disable colored output for tests using plugin. There are options for runner to disable colored output: http://www.scalatest.org/user_guide/using_the_runner This would be very helpful because Jenkins output looks like this:
Maybe there is some workaround I can use with currently available functionality?