in Continuous Integration with Jenkins by
Jenkins allows you to parse the code with tools like _______.

a) Findbugs

b) CheckStyle

c) All of the options

d) None of the options

1 Answer

0 votes
by

c) All of the options

Jenkins allows you to parse the code with tools like Findbugs and CheckStyle
...