diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 910a97c6c8..9779aa7ba4 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -68,7 +68,7 @@ poijobs.each { poijob ->
disabled()
}
- description('''
+ def defaultDesc = '''
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 http://svn.apache.org/repos/asf/poi/trunk/jenkins, see https://github.com/jenkinsci/job-dsl-plugin/wiki for more details about the DSL. +
''' + + description( defaultDesc + +(poijob.apicheck ? +''' ++ Sonar reports - +
+ API Check POI + API Check POI-OOXML + API Check POI-Excelant + API Check POI-Scratchpad +
+''' : +'''Findbugs report of latest build - Sonar reports - Coverage of latest build
-''') +''')) logRotator { numToKeep(5) artifactNumToKeep(1)