jenkinsci / opentelemetry-plugin

Monitor and observe Jenkins with OpenTelemetry.
https://plugins.jenkins.io/opentelemetry/
Apache License 2.0
93 stars 47 forks source link

Some logs lines have the display name (job #number) as pipeline_id and others the fullname #783

Closed kuisathaverat closed 6 months ago

kuisathaverat commented 6 months ago

Jenkins and plugins versions report

Any

What Operating System are you using (both controller, and any agents involved in the problem)?

Any

Reproduction steps

run the following workflow named p

node(any) {
  echo 'Hello"
}

The line [pipeline] Hello will have the pipeline_id p #1 the rest of lines will use p

Expected Results

all the lines must have the same pipeline_id

Actual Results

one line has a different pipeline_id

Anything else?

No response

Are you interested in contributing a fix?

No response