Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: workflow-cps-plugin
-
Similar Issues:
Description
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
Attachments
Issue Links
- depends on
-
JENKINS-31582 Log / document the plugin usage in the flow nodes
-
- Resolved
-
- is blocking
-
JENKINS-29922 Promote delegates of metasteps to top-level functions, deprecate $class
-
- Resolved
-
- relates to
-
JENKINS-45101 Display meaningful summaries for metasteps
-
- Resolved
-
- links to
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.