The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
codesonar: Codesonarconditions
warningCountIncreaseNewOnlywarningCountIncreaseNewOnlyCondition will trigger the warranted result if the amount of warnings that did not exist until the current analysis is exceeded by more than the designated percentage.
Maximum percentage increase - if the percentage of warnings exceed this amount it will mark build with the desired result [default 5.0]
Mark build as - the desired result if the condition is triggered.
percentage (optional)
StringwarrantedResult (optional)
StringcyclomaticComplexitycyclomaticComplexityCondition will change the result of the build if the cyclomatic complexity of procedures exceeds the preset value.
Cyclomatic complexity limit - The procedures with cyclomatic complexity that exceeds this value will change the build result. [default 30]
Mark build as - the desired result if the condition is triggered.
maxCyclomaticComplexity (optional)
intwarrantedResult (optional)
StringredAlertsredAlertsCondition will change the result of the build if the amount of red alerts exceed the predefined value.
Maximum amount of alerts - the maximum allowed amount of red alerts [default 1]
Mark build as - the desired result if the condition is triggered.
alertLimit (optional)
intwarrantedResult (optional)
StringwarningCountAbsoluteSpecifiedScoreAndHigherwarningCountAbsoluteSpecifiedScoreAndHigherCondition will change the result of the build if the number of warnings above the predefined rank is greater then the maximum allowable.
Rank of warnings - only warnings that are at or above this rank will be checked. [default 56]
Maximum warnings - if the number of warnings at or above the specified score exceed this amount it will mark build with the desired result [default 20]
Mark build as - the desired result if the condition is triggered.
rankOfWarnings
intwarningCountThreshold
intwarrantedResult (optional)
StringwarningCountIncreaseOverallwarningCountIncreaseOverallCondition will change the result of the build if the amount of warnings the analysis produces is greater than the preset percentage.
Maximum percentage increase - if the percentage of warnings exceed this amount it will mark build with the desired result [default 5.0]
Mark build as - the desired result if the condition is triggered.
percentage
StringwarrantedResult (optional)
StringwarningCountIncreaseSpecifiedScoreAndHigherwarningCountIncreaseSpecifiedScoreAndHigherCondition will change the result of the build if the percentage of warnings bellow the predefined rank increases above a certain percentage.
Rank of warnings - Only warnings that are bellow this rank will be checked. [default 30]
Maximum percentage increase - if the percentage of warnings exceed this amount it will mark build with the desired result [default 5.0]
Mark build as - the desired result if the condition is triggered.
rankOfWarnings
intwarningPercentage
StringwarrantedResult (optional)
StringyellowAlertsyellowAlertsCondition will change the result of the build if the amount of yellow alerts exceed the predefined value.
Maximum amount of alerts - the maximum allowed amount of yellow alerts [default 1]
Mark build as - the desired result if the condition is triggered.
alertLimit (optional)
intwarrantedResult (optional)
Stringprotocol
StringhubAddress
StringprojectName
StringcredentialId
StringvisibilityFilter (optional)
StringPlease submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.