Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-24626] Add notices for compatibility of BuildSelectorParameter.
  • Loading branch information
ikedam committed Sep 21, 2014
1 parent 8321927 commit 0d97052
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
@@ -1,6 +1,12 @@
<div>
<p>
Defines a parameter that specifies how a Copy Artifact build step should select which
build to copy from. Note that this parameter type is easier to use when starting the
build from a browser; to specify a value via direct HTTP POST or the CLI, valid XML
must be given.
</p>
<p>
Be aware that this string value is encoded selector configuration,
and not compatible with different plugin versions.
</p>
</div>
@@ -1,6 +1,13 @@
<div>
<p>
Definiert ein Parameter, der angibt wie ein Artefaktkopie-Buildschritt den Build ausw&auml;hlt
von dem kopiert werden soll. Bemerkung: Dieser Parametertyp ist einfacher zu benutzen, wenn der
Build von einem Browser gestartet wird; um einen Wert &uuml;ber einen direkten HTTP POST oder
das CLI anzugeben, muss valides XML &uuml;bergeben werden.
</p>
<p>
(Translation required)
Be aware that this string value is encoded selector configuration,
and not compatible with different plugin versions.
</p>
</div>
@@ -1,4 +1,9 @@
<div>
<p>
Copy Artifactビルドステップ("他プロジェクトから成果物をコピー") が、どのようにビルドのコピー元を選択するかを指定するパラメータを定義します。
ビルド開始時にブラウザからこのパラメータを指定するのは簡単ですが、直接HTTPのPOSTやCLIから値を指定するには、正しいXMLを指定する必要があります。
</p>
<p>
このパラメーターの文字列としての値はエンコードされた設定データであり、プラグインをアップグレードした場合に互換性を失うことがあります。
</p>
</div>
@@ -1,4 +1,5 @@
<div>
<p>
Jobs may be filtered to select only builds matching particular parameters or
other build variables. Use <tt>PARAM=VALUE,...</tt>
to list the parameter filter; this is the same syntax as described for
Expand All @@ -7,4 +8,10 @@
For example, <tt>FOO=bar,BAZ=true</tt> examines only builds
that ran with parameter <tt>FOO</tt> set to <tt>bar</tt>
and the checkbox for <tt>BAZ</tt> was checked.
</p>
<p>
You shoudn't use "Build selector for Copy Artifact" parameters here,
as it doesn't preserve compatibility when you upgrade plugins,
and doesn't work for builds built before upgrading.
</p>
</div>

0 comments on commit 0d97052

Please sign in to comment.