LoginSignup
1
0

More than 5 years have passed since last update.

Jenkins のインストール

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