Skip to content

Commit

Permalink
feature: forward compatibility with jenkins-buttons (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Nov 13, 2022
1 parent 6d9da59 commit 833bd9f
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 name="no" value="${%Dismiss}"/>
<f:submit primary="false" clazz="jenkins-!-destructive-color" 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 833bd9f

Please sign in to comment.