-
-
-
-
-
-
-
+
+
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.properties
new file mode 100644
index 00000000..987e4237
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.properties
@@ -0,0 +1 @@
+pipeline.description=Define your Pipeline using Groovy directly or pull it from source control. For help, refer to the Pipeline Syntax page.
From 06f74e6034b197f2c44f747f05ae7130209e7930 Mon Sep 17 00:00:00 2001
From: Jan Faracik <43062514+janfaracik@users.noreply.github.com>
Date: Sat, 19 Oct 2024 14:32:30 +0100
Subject: [PATCH 4/5] Update config.jelly
---
.../PipelineTriggersJobProperty/config.jelly | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly b/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly
index 6721a29f..ff770f8d 100644
--- a/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly
@@ -26,7 +26,15 @@ THE SOFTWARE.
Configure build triggers for WorkflowJob
-->
-
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
From e5b1dc746575860c360f6308c035d74cf5c518b8 Mon Sep 17 00:00:00 2001
From: Jan Faracik <43062514+janfaracik@users.noreply.github.com>
Date: Sat, 19 Oct 2024 14:42:29 +0100
Subject: [PATCH 5/5] Update content
---
.../job/WorkflowJob/configure-entries.jelly | 10 +++++---
.../WorkflowJob/configure-entries.properties | 2 +-
.../PipelineTriggersJobProperty/config.jelly | 4 +++-
.../config.properties | 1 +
.../config_ja.properties | 23 -------------------
5 files changed, 12 insertions(+), 28 deletions(-)
create mode 100644 src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.properties
delete mode 100644 src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config_ja.properties
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
index c14edc44..b5b57bf4 100644
--- a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
@@ -25,16 +25,20 @@
-->
+
+
+
${%pipeline.description}
-
-
+
+
+
+
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.properties
index 987e4237..28009e15 100644
--- a/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.properties
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.properties
@@ -1 +1 @@
-pipeline.description=Define your Pipeline using Groovy directly or pull it from source control. For help, refer to the Pipeline Syntax page.
+pipeline.description=Define your Pipeline using Groovy directly or pull it from source control. Check the Pipeline Syntax page for guidance on writing pipelines.
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly b/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly
index ff770f8d..e4b076b7 100644
--- a/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.jelly
@@ -32,8 +32,10 @@ THE SOFTWARE.
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.properties
new file mode 100644
index 00000000..dc25d121
--- /dev/null
+++ b/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config.properties
@@ -0,0 +1 @@
+description=Set up automated actions that start your build based on specific events, like code changes or scheduled times.
diff --git a/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config_ja.properties b/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config_ja.properties
deleted file mode 100644
index cdb90c8d..00000000
--- a/src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config_ja.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# The MIT License
-#
-# Copyright (c) 2017-, Seiji Sogabe
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-Build\ Triggers=\u30D3\u30EB\u30C9\u30C8\u30EA\u30AC