Add trace context propagation in atomic steps so plugins like the junit-sql-storage plugin can instrument their code with spans that gets included in build traces.
Next we will do trace context propagation in block steps like withMaven
Testing done
Yes
Submitter checklist
[ ] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
[ ] Ensure that the pull request title represents the desired changelog entry
[ ] Please describe what you did
[ ] Link to relevant issues in GitHub or Jira
[ ] Link to relevant pull requests, esp. upstream and downstream changes
[ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
Add trace context propagation in atomic steps so plugins like the junit-sql-storage plugin can instrument their code with spans that gets included in build traces.
Next we will do trace context propagation in block steps like
withMaven
Testing done
Yes
Submitter checklist