Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
noted that you can use environment variables such like $WORKSPACE.
JENKINS-19110
  • Loading branch information
ssogabe committed Feb 24, 2015
1 parent 21fbf6a commit 4df061f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
@@ -1,4 +1,12 @@
<div>
Specify the path to your phing installation directory.
Specify the path where you have phing installed.
See <a href="https://www.phing.info/docs/guide/stable/ch03.html">Setting-Up Phing</a>
<br/>
And you can use environment variables such like ''$WORKSPACE'' or ''$HOME''.
<br/>
If you have installed phing into $WORKSPACE/vendor/bin/phing by composer,
specify "$WORKSPACE/vendor" or "$WORKSPACE/vendor/bin".
<br/>
If you have installed it into /usr/bin/phing by PEAR,
specify "/usr" or "usr/bin".
</div>
@@ -1,4 +1,13 @@
<div>
Phingをインストールしたディレクトリを設定します。
<a href="https://www.phing.info/docs/guide/stable/ch03.html">Phingの設定</a>を参照してください。
<br />
また、''$WORKSPACE''や''$HOME''のような環境変数を使用することもできます。
<br/>
もし、composerを使用して、phingを$WORKSPACE/vendor/bin/phing にインストールしたなら、
"$WORKSPACE/vendor" か "$WORKSPACE/vendor/bin"を指定してください。
<br/>
もし、PEARを使用して、/usr/bin/phing にインストールしたなら、
"/usr" か "usr/bin"を指定してください。

</div>

0 comments on commit 4df061f

Please sign in to comment.