0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows10にJenkinsインストール~起動 ポート番号変更

Posted at

全体的に

Jenkinsのインストール

ざっくり手順を書くと・・・

  • Jenkins公式サイトよりWindows用のLTS版をダウンロード
  • インストールフォルダをC:\Jenkins\に変更
  • それ以外はデフォルトのまま

Jenkins起動しようとしたけど、、、

  • デフォルトでは
    http://localhost:8080/
    でアクセスするが、 ポート8080は他で使用中なので、ポートを変更しなきゃ

Jenkins ポート番号変更

  • インストールフォルダ直下にある
    C:\Jenkins\jenkins.xml
    を下記のように、任意のポート番号xxxxに修正
<arguments>-Xrs 省略 --httpPort=xxxx 省略</arguments>

ポート番号変更後は、Jenkinsサービスを再起動

  • ctrl + alt + delete でタスクマネージャ起動して
  • サービスタブを選択して
  • Jenkisサービスを再起動 jks.png

上記以外は、参考サイトの通り! おしまい!

0
3
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
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?