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

Metasteps fail to display the delegate symbol in console log

      Split out of a comment in JENKINS-31582. If your Pipeline script writes

      junit '*.xml'

      you would expect the log to say

      [Pipeline] junit
      

      but currently it says

      [Pipeline] step
      

          [JENKINS-45109] Metasteps fail to display the delegate symbol in console log

          Jesse Glick created issue -
          Jesse Glick made changes -
          Link New: This issue is blocking JENKINS-29922 [ JENKINS-29922 ]
          Jesse Glick made changes -
          Link New: This issue depends on JENKINS-31582 [ JENKINS-31582 ]
          Jesse Glick made changes -
          Link New: This issue relates to JENKINS-45101 [ JENKINS-45101 ]
          Jesse Glick made changes -
          Assignee New: Jesse Glick [ jglick ]
          Jesse Glick made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]

          Code changed in jenkins
          User: Jesse Glick
          Path:
          src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java
          http://jenkins-ci.org/commit/workflow-basic-steps-plugin/1cd4d63fb731ea6892e5cb45b5f755a1145b7fc2
          Log:
          Deleting comment now tracked as JENKINS-45109.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java http://jenkins-ci.org/commit/workflow-basic-steps-plugin/1cd4d63fb731ea6892e5cb45b5f755a1145b7fc2 Log: Deleting comment now tracked as JENKINS-45109 .

          Jesse Glick added a comment -

          WorkflowRun is merely calling FlowNode.getDisplayFunctionName() so I think the fix actually needs to be in the getTypeFunctionName() implementations in StepNode subtypes.

          Jesse Glick added a comment - WorkflowRun is merely calling FlowNode.getDisplayFunctionName() so I think the fix actually needs to be in the getTypeFunctionName() implementations in StepNode subtypes.
          Jesse Glick made changes -
          Component/s New: workflow-cps-plugin [ 21713 ]
          Component/s Original: workflow-job-plugin [ 21716 ]
          Jesse Glick made changes -
          Remote Link New: This issue links to "PR 148 (Web Link)" [ 17171 ]

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: