Skip to content

Commit

Permalink
refactor system config name
Browse files Browse the repository at this point in the history
  • Loading branch information
kun.tang committed Sep 19, 2024
1 parent b40e4d2 commit 2bd0309
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core"
xmlns:f="/lib/form">
<f:section title="Webhook Notification">
<f:section title="Job Notification Config">
<f:entry title="${%requestUrl}" field="requestUrl">
<f:textbox/>
</f:entry>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/io/jenkins/plugins/Messages.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NotificationStep.notify=step task notification
NotificationStep.notify.body.errors.empty=Message body not blank
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NotificationStep.notify=任务通知
NotificationStep.notify.body.errors.empty=消息内容不能为空

0 comments on commit 2bd0309

Please sign in to comment.