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

Duplicate symbols in different plugins cause NPEs

      If two different plugins define the same symbol name in steps or parameters then the workflow cps plugin can't instantiate the right element.

      I.e., in JENKINS-55328 a user created a step

      recordIssues tools: [checkStyle(), pmd(pattern: 'target/pmd.xml'), spotBugs(), cpd(pattern: 'target/cpd.xml')]
      

      Since the user already installed the PMD plugin, the symbol pmd has been reserved for the step in the PMD plugin already. That means, rather then providing the pmd tool to my recordIssues step, it started the pmd step and set the corresponding array element to null.

      The same happened in JENKINS-53181. In the comments jglick noted that this behavior could not be changed (or is hard to change). It would help other plugin developers, if in such cases at least the workflow-cps engine could provide a meaningful exception (with the conflicting Jenkinsfile line) rather then assigning null to a parameter.

          [JENKINS-55349] Duplicate symbols in different plugins cause NPEs

          Ulli Hafner created issue -
          Ulli Hafner made changes -
          Assignee Original: Shenyu Zheng [ cizezsy ] New: jesse rolph [ 123jesse ]
          Ulli Hafner made changes -
          Assignee Original: jesse rolph [ 123jesse ]
          Ulli Hafner made changes -
          Component/s Original: code-coverage-api-plugin [ 23723 ]
          Component/s Original: warnings-ng-plugin [ 24526 ]
          Ulli Hafner made changes -
          Assignee New: Ulli Hafner [ drulli ]
          Ulli Hafner made changes -
          Assignee Original: Ulli Hafner [ drulli ]
          Ulli Hafner made changes -
          Issue Type Original: New Feature [ 2 ] New: Bug [ 1 ]
          Ulli Hafner made changes -
          Link New: This issue blocks JENKINS-55328 [ JENKINS-55328 ]
          Ulli Hafner made changes -
          Link New: This issue blocks JENKINS-53181 [ JENKINS-53181 ]
          Jesse Glick made changes -
          Issue Type Original: Bug [ 1 ] New: Improvement [ 4 ]
          Jesse Glick made changes -
          Labels New: diagnostics

            Unassigned Unassigned
            drulli Ulli Hafner
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: