Adjust Jenkins APICheck description
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21009c9abe
commit
610ce0bb98
@ -68,7 +68,7 @@ poijobs.each { poijob ->
|
|||||||
disabled()
|
disabled()
|
||||||
}
|
}
|
||||||
|
|
||||||
description('''
|
def defaultDesc = '''
|
||||||
<img src="http://poi.apache.org/resources/images/project-logo.jpg" />
|
<img src="http://poi.apache.org/resources/images/project-logo.jpg" />
|
||||||
<p>
|
<p>
|
||||||
Apache POI - the Java API for Microsoft Documents
|
Apache POI - the Java API for Microsoft Documents
|
||||||
@ -78,13 +78,28 @@ Apache POI - the Java API for Microsoft Documents
|
|||||||
Instead change the Jenkins Job DSL at <a href="http://svn.apache.org/repos/asf/poi/trunk/jenkins">http://svn.apache.org/repos/asf/poi/trunk/jenkins</a>,
|
Instead change the Jenkins Job DSL at <a href="http://svn.apache.org/repos/asf/poi/trunk/jenkins">http://svn.apache.org/repos/asf/poi/trunk/jenkins</a>,
|
||||||
see <a href="https://github.com/jenkinsci/job-dsl-plugin/wiki">https://github.com/jenkinsci/job-dsl-plugin/wiki</a>
|
see <a href="https://github.com/jenkinsci/job-dsl-plugin/wiki">https://github.com/jenkinsci/job-dsl-plugin/wiki</a>
|
||||||
for more details about the DSL.</b>
|
for more details about the DSL.</b>
|
||||||
|
</p>'''
|
||||||
|
|
||||||
|
description( defaultDesc +
|
||||||
|
(poijob.apicheck ?
|
||||||
|
'''
|
||||||
|
<p>
|
||||||
|
<b><a href="https://analysis.apache.org/dashboard/index/221489" target="_blank">Sonar reports</a></b> -
|
||||||
|
<p>
|
||||||
|
<b><a href="lastSuccessfulBuild/artifact/build/main/build/reports/japi.html">API Check POI</a></b>
|
||||||
|
<b><a href="lastSuccessfulBuild/artifact/build/ooxml/build/reports/japi.html">API Check POI-OOXML</a></b>
|
||||||
|
<b><a href="lastSuccessfulBuild/artifact/build/excelant/build/reports/japi.html">API Check POI-Excelant</a></b>
|
||||||
|
<b><a href="lastSuccessfulBuild/artifact/build/scratchpad/build/reports/japi.html">API Check POI-Scratchpad</a></b>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
''' :
|
||||||
|
'''
|
||||||
<p>
|
<p>
|
||||||
<b><a href="lastSuccessfulBuild/findbugsResult/" target="_blank">Findbugs report of latest build</a></b> -
|
<b><a href="lastSuccessfulBuild/findbugsResult/" target="_blank">Findbugs report of latest build</a></b> -
|
||||||
<b><a href="https://analysis.apache.org/dashboard/index/221489" target="_blank">Sonar reports</a></b> -
|
<b><a href="https://analysis.apache.org/dashboard/index/221489" target="_blank">Sonar reports</a></b> -
|
||||||
<b><a href="lastSuccessfulBuild/artifact/build/coverage/index.html" target="_blank">Coverage of latest build</a></b>
|
<b><a href="lastSuccessfulBuild/artifact/build/coverage/index.html" target="_blank">Coverage of latest build</a></b>
|
||||||
</p>
|
</p>
|
||||||
''')
|
'''))
|
||||||
logRotator {
|
logRotator {
|
||||||
numToKeep(5)
|
numToKeep(5)
|
||||||
artifactNumToKeep(1)
|
artifactNumToKeep(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user