From 247eae82eb71a92cd98c5e7cd0216cab380bc4d6 Mon Sep 17 00:00:00 2001 From: ikedam Date: Sun, 13 Jul 2014 15:38:20 +0900 Subject: [PATCH] [FIXED JENKINS-23444] Fixed inproper help texts of filter. Copyartifact doesn't fail even specified files don't really exist. --- .../hudson/plugins/copyartifact/CopyArtifact/help-filter.html | 1 + .../hudson/plugins/copyartifact/CopyArtifact/help-filter_de.html | 1 + .../hudson/plugins/copyartifact/CopyArtifact/help-filter_ja.html | 1 + 3 files changed, 3 insertions(+) diff --git a/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter.html b/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter.html index e1c4d7f9..e8f78c7f 100644 --- a/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter.html +++ b/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter.html @@ -1,5 +1,6 @@
Relative paths to artifact(s) to copy or leave blank to copy all artifacts. + This works just as a filter, and doesn't care whether all specified artifacts really exists. Check the /artifact/ browser of a build to see the relative paths to use here, as the build page typically hides intermediate directories. Can use wildcards like module/dist/**/*.zip, and use comma (followed diff --git a/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_de.html b/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_de.html index 5a416d05..ab1ce99e 100644 --- a/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_de.html +++ b/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_de.html @@ -1,5 +1,6 @@
Hier werden relative Pfade zu einzelnen Artefakten angegeben oder freigelassen um alle Artefakte zu kopieren. + This works just as a filter, and doesn't care whether all specified artifacts really exists (requires translation). Der /artifact/ Browser eines Builds kann benutzt werden um die relativen Pfade zu überprüfen, die man hier benutzen kann (die Build-Seite versteckt typischerweise die dazwischenliegenden Verzeichnisse). diff --git a/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_ja.html b/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_ja.html index f0daa0cd..6078458a 100644 --- a/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_ja.html +++ b/src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-filter_ja.html @@ -1,5 +1,6 @@
コピーする成果物の相対パスを設定します。設定しないとすべての成果物をコピーします。 + この項目はコピーする成果物を絞り込むために使用され、指定した成果物自体が本当にあるかどうかは確認しません。 ビルドページでは成果物のパスは分からないので、"最新成功ビルドの成果物"リンクで相対パスを確認してください。 module/dist/**/*.zipのように、ワイルドカードを使用できます。 また、カンマを使用して(カンマの後にスペースがあっても問題ありません)複数のエントリーを設定することもできます。