0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

DockerにてJenkinsをダウンロード ver.windows

Posted at

Dockerを使ってJenkinsを立ち上げる。

Jenkinsダウンロード

Dockerをインストールした状態から以下のコマンドをwslで実行する。

docker pull jenkins/jenkins

Jenkinsの起動

以下のコマンドでJenkinsサーバのコンテナを作成する。

docker run -p 8080:8080 -p 50000:50000 jenkins/jenkins

初めにログインすると、トークンパスワードを聞かれるので、コンテナ作成時にコマンドプロンプトに表示されたパスワードを入力する。
image.png

参考

https://www.jenkins.io/doc/book/installing/docker/#:~:text=continue%20accessing%20Jenkins.-,Unlocking%20Jenkins,the%20Unlock%20Jenkins%20page%20appears.

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?