ページ ツリー

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

Section
Column
width720px

Cookbook を Eclipse プロジェクトとしてインポートしましょう。

まずは、Eclipse プロジェクトを生成します。

コード ブロック
$ cd jenkins
$ gen-eclipse

 

Eclipse を起動します。を起動して、生成したプロジェクトをインポートします。

アプリケーション -> プログラミング -> EclipseImage Modified
 
OKImage Modified

 

生成したプロジェクトをインポートします。

Image Removed

 

Image Removed

 
File -> Import...Image Added
General -> Existing Projects into WorkspaceImage Added
Browse -> 「jenkins」ディレクトリを選択 -> OK -> FinishImage Modified

 

 

 

 

 

 

 

Column
Section
Column

 

 

 

default Recipe を書こう

...