Merge "Install default-jre version for searchlight jobs"

This commit is contained in:
Jenkins 2016-07-15 04:54:29 +00:00 committed by Gerrit Code Review
commit eba5f176e4
1 changed files with 2 additions and 2 deletions

View File

@ -854,7 +854,7 @@
- shell: |
#!/bin/bash -xe
sudo apt-get update
sudo apt-get install -y openjdk-7-jre
sudo apt-get install -y default-jre
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.deb
sudo dpkg -i elasticsearch-1.7.5.deb
#Make 'elasticsearch' binary callable from within functional tests
@ -867,7 +867,7 @@
- shell: |
#!/bin/bash -xe
sudo apt-get update
sudo apt-get install -y openjdk-7-jre
sudo apt-get install -y default-jre
wget https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.2/elasticsearch-2.3.2.deb
sudo dpkg -i elasticsearch-2.3.2.deb
#Make 'elasticsearch' binary callable from within functional tests