Skip to content

Commit

Permalink
Revert "feature: forward compatibility with jenkins-buttons (#547)" (#…
Browse files Browse the repository at this point in the history
…577)

This reverts commit 833bd9f.
  • Loading branch information
NotMyFault authored Jan 3, 2023
1 parent a96473f commit 14a6e1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<div class="alert alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Configure Pipeline Maven Plugin Database}"/>
<f:submit primary="false" clazz="jenkins-!-destructive-color" name="no" value="${%Dismiss}"/>
<f:submit name="no" value="${%Dismiss}"/>
</form>
The Pipeline Maven Plugin is currently using an embedded H2 database. A production grade database, MySQL or PostgreSQL, should be used.
</div>
Expand Down

0 comments on commit 14a6e1e

Please sign in to comment.