diff --git a/src/main/resources/io/jenkins/plugins/JobRunListenerSysConfig/config.jelly b/src/main/resources/io/jenkins/plugins/JobRunListenerSysConfig/config.jelly index c0f239b..b02a75d 100644 --- a/src/main/resources/io/jenkins/plugins/JobRunListenerSysConfig/config.jelly +++ b/src/main/resources/io/jenkins/plugins/JobRunListenerSysConfig/config.jelly @@ -1,7 +1,7 @@ - + diff --git a/src/main/resources/io/jenkins/plugins/Messages.properties b/src/main/resources/io/jenkins/plugins/Messages.properties new file mode 100644 index 0000000..95d75f6 --- /dev/null +++ b/src/main/resources/io/jenkins/plugins/Messages.properties @@ -0,0 +1,2 @@ +NotificationStep.notify=step task notification +NotificationStep.notify.body.errors.empty=Message body not blank \ No newline at end of file diff --git a/src/main/resources/io/jenkins/plugins/Messages_zh_CN.properties b/src/main/resources/io/jenkins/plugins/Messages_zh_CN.properties new file mode 100644 index 0000000..79016a4 --- /dev/null +++ b/src/main/resources/io/jenkins/plugins/Messages_zh_CN.properties @@ -0,0 +1,2 @@ +NotificationStep.notify=任务通知 +NotificationStep.notify.body.errors.empty=消息内容不能为空 \ No newline at end of file