You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins 2.452.2
Jenkins in kubernetes, default agent is jenkins/inbound-agent:jdk17
Reproduction steps
configure Jenkins otel plugin to Store pipeline logs In Loki and visualize logs both in Grafana and through Jenkins
then configure Jenkins otel plugin to Don't store pipeline logs in Loki
configure again for Store pipeline logs In Loki and visualize logs both in Grafana and through Jenkins
Expected Results
logs should be visible in Grafana + Loki again
Actual Results
logs are displayed in Grafana only, UI console logs no longer visible with error
Caught exception evaluating: it.writeLogTo(offset,output) in /job/xxxx/job/xxxx/view/change-requests/job/PR-148/4/console.
Reason: com.jayway.jsonpath.PathNotFoundException:
Expected to find an object with property ['data'] in path $
but found 'java.lang.String'.
This is not a json object according to the JsonProvider: 'com.jayway.jsonpath.spi.json.JsonSmartJsonProvider'.
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
@cyrille-leclerc sorry for the delay, Loki is a V3 version, installed to k8s using loki helm chart from https://grafana.github.io/helm-charts chart version is 6.6.5
app version is 3.0.0, deployment mode is Distributed
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins 2.452.2
Jenkins in kubernetes, default agent is
jenkins/inbound-agent:jdk17
Reproduction steps
Store pipeline logs In Loki and visualize logs both in Grafana and through Jenkins
Don't store pipeline logs in Loki
Store pipeline logs In Loki and visualize logs both in Grafana and through Jenkins
Expected Results
logs should be visible in Grafana + Loki again
Actual Results
logs are displayed in Grafana only, UI console logs no longer visible with error
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: