Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-47200

TaskScanner Plugin creates too many links "OpenTasks"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • tasks-plugin
    • Jenkins 2.65
      Task Scanner Plugin 4.51
      Pipeline Job

      Task Scanner generates new links "Open Tasks" on the left (cf screenshot in attachement)

      All of the links open the same URL .../MY_JOB/BUILD_NUMBER/tasksResult/ 

      Note : I use 4 build steps "withMaven" that automatically generates reports (junit, findbugs and Tasks). They are used in different stages of my pipeline.

      one of them in example (nothing special)

      withMaven(jdk: "${jdkVersion}", maven: "${mavenVersion}", mavenLocalRepo: '${workspace}/.repository', mavenOpts: '', mavenSettingsFilePath: '') {
           timestamps {
               sh "mvn -s settings.xml verify site -fn -DskipTests" 
           }
       }

      Expected result : Only one link should be displayed in the left Menu of the job

            drulli Ulli Hafner
            tcoan Thomas COAN
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: