Skip to content

Commit

Permalink
Merge pull request #578 from NotMyFault/revert-553-jenkins-buttons
Browse files Browse the repository at this point in the history
Revert "Forward compatibility with jenkins-buttons"
  • Loading branch information
kuisathaverat authored Jan 3, 2023
2 parents 48742d4 + 0477c05 commit eedc9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="alert alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Configure Kibana dashboard}"/>
<f:submit primary="false" clazz="jenkins-!-destructive-color" name="no" value="${%Dismiss}"/>
<f:submit name="no" value="${%Dismiss}"/>
</form>
The OpenTelemetry Plugin is configured with an Elastic Observability backend for which the display of the link
to the Kibana dashboard of Jenkins health &amp; performance indicators has not been activated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="alert alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Configure Kibana base URL}"/>
<f:submit primary="false" clazz="jenkins-!-destructive-color" name="no" value="${%Dismiss}"/>
<f:submit name="no" value="${%Dismiss}"/>
</form>
The OpenTelemetry Plugin is configured with an Elastic Observability backend but the Kibana base URL is not
defined, preventing displaying links from Jenkins GUI to Kibana to visualize traces of the job executions and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="alert alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Configure OpenTelemetry Plugin Observability Backend}"/>
<f:submit primary="false" clazz="jenkins-!-destructive-color" name="no" value="${%Dismiss}"/>
<f:submit name="no" value="${%Dismiss}"/>
</form>
The OpenTelemetry Plugin is configured to send observability data but no observability backend is configured
to navigate from Jenkins GUI to the observability screens and data (Jenkins health and performance dashboard,
Expand Down

0 comments on commit eedc9fa

Please sign in to comment.