LoginSignup
0
0

More than 5 years have passed since last update.

【Jenkins】Windows7マシンへのインストール

Posted at

ダウンロード&インストール

Jenkinsの公式サイトからWindows版のインストーラをダウンロードし、インストール。

ポート変更(任意)

インストールしたディレクトリの直下にあるjenkins.xmlを変更

jenkins.xml
  <arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "%BASE%\jenkins.war" --httpPort=8080 --webroot="%BASE%\war"</arguments>

--httpPort=8080--httpPort=任意のポートに変更

変更後はJenkinsを再起動。
1.Ctrl+Shift+Escでタスクマネージャを起動して、[サービス]タブを選択
2.右下のサービスをクリック
3.Jenkinsを再起動
※Windowsタスクマネージャのサービスタブからは起動できず、サービスを起動する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0