1
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?

More than 5 years have passed since last update.

Jenkins のインストール

1
Posted at

やってみたのでメモ

手順

  1. Jenkins の war ファイルをダウンロードする

    # curl -LkvOf http://mirrors.jenkins.io/war-stable/latest/jenkins.war
    
  2. Jenkins を起動する

    # java -jar jenkins.war --httpPort=8080
    

これで起動する。インストールするというほどやることはない。

参考

1
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
1
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?