-
Bug
-
Resolution: Fixed
-
Minor
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
- 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.