
hudson.tools.CommandInstaller.help_ja.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
選択したシェルを起動してツールをインストールします。
例えば、UbuntuにおいてHudsonのユーザーは/etc/sudoers
に登録されているとすれば、
sudo apt-get --yes install openjdk-6-jdk
(この場合、ツールホームとして/usr/lib/jvm/java-6-openjdk
を設定します)
別の例として、Sun JDK 6 for (x86) Linuxをインストールする場合、
DLJを使用することができます。
bin=jdk-6u13-dlj-linux-i586.bin
if [ \! -f $bin ]
then
wget --no-verbose http://download.java.net/dlj/binaries/$bin
sh $bin --unpack --accept-license
fi
(この場合、ツールホームとしてjdk1.6.0_13
を設定します)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy