diff --git a/pom.xml b/pom.xml index fa9c7063..1f9fe27a 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,8 @@ 999999-SNAPSHOT - 2.481 + + 2.481-rc35491.56cb_9df6e9cd false true 2.26 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 d5907503..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,20 +25,23 @@ --> - - - + +
+ ${%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 new file mode 100644 index 00000000..28009e15 --- /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. 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