Jenkins DSL: Fix link to Spotbugs results some more

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2023-01-01 15:59:16 +00:00
parent b5e2f2ee5d
commit 012bf1a99a
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ def apicheckDesc = '''
def sonarDesc = '''
<p>
<b><a href="/lastSuccessfulBuild/spotbugs/" target="_blank">Findbugs report of latest build</a></b> -
<b><a href="lastSuccessfulBuild/spotbugs/" target="_blank">Spotbugs report of latest build</a></b> -
<b><a href="https://sonarcloud.io/dashboard?id=poi-parent" target="_blank">Sonar reports</a></b> -
<b><a href="lastSuccessfulBuild/jacoco/" target="_blank">Coverage of latest build</a></b>
</p>