0

I have integrated brakeman with jenkins. There are lots of warnings and currently I want to skip them all. Build should fail when count goes beyond the threshold value. Currently I am not much familiar with Jenkins and the brakeman. Help would be appreciated.

4

1 回答 1

0

In the Brakeman post-build action, click the "advanced" button:

Post Build Action Advanced Button

The advanced settings allow setting a number of thresholds:

Brakeman Post Build Action Advanced Settings

If you check "compute new warnings", you get options to base build status off of the change in warnings rather than absolute numbers:

enter image description here

于 2016-07-16T23:59:09.277 回答