-
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
[JENKINS-45109] Metasteps fail to display the delegate symbol in console log
Link |
New:
This issue is blocking |
Link |
New:
This issue depends on |
Link |
New:
This issue relates to |
Assignee | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Component/s | New: workflow-cps-plugin [ 21713 ] | |
Component/s | Original: workflow-job-plugin [ 21716 ] |
Remote Link | New: This issue links to "PR 148 (Web Link)" [ 17171 ] |
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.