変更点は以下にまとまっている:
https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking-changes.html
以下ではとりあえず Es 5.0.0-rc1 のクラスタを立てる上で詰まった or 気になった箇所を中心にメモるので、内容にはだいぶ偏りがある。
node { | |
try { | |
stage('Prepare') { | |
echo '準備' | |
} | |
stage('Test') { | |
try { | |
echo 'テストを実行' |
変更点は以下にまとまっている:
https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking-changes.html
以下ではとりあえず Es 5.0.0-rc1 のクラスタを立てる上で詰まった or 気になった箇所を中心にメモるので、内容にはだいぶ偏りがある。