How am I gonna add exclusions in sonar "Analysis properties" in jenkins even exclusion available in sonar property file.
I have exclusions in property file, and I have added exclusion in "Analysis properties" in jenkins. But while scanning it is excluding only the files given in "Analysis properties", but not from the property file.
I need the exclusion stated both in Property file as well as from the Analysis properties field and I am stuck.
Can anyone help me with this?