Skip to content

Commit

Permalink
Update jenkins_build_load_testing.sh
Browse files Browse the repository at this point in the history
Remove `ls` commands
  • Loading branch information
dmlemeshko committed Feb 24, 2021
1 parent 39e3f5f commit 7ab1bb3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/scripts/jenkins_build_load_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ done;
echo "untar metricbeat and config"
#tar -xzf metricbeat-${MB_BUILD}-linux-x86_64.tar.gz
tar -xzf metricbeat-7.11.0-linux-x86_64.tar.gz
#--directory "$KIBANA_DIR"
ls -l
echo "rename"
#mv metricbeat-${MB_BUILD}-linux-x86_64 metricbeat-install
mv metricbeat-7.11.0-linux-x86_64 metricbeat-install
ls -l
# Configure Metricbeat

# Configure Metricbeat
echo " -> Changing metricbeat config"
pushd ../kibana-load-testing
cp cfg/metricbeat/elasticsearch-xpack.yml $KIBANA_DIR/metricbeat-install/modules.d/elasticsearch-xpack.yml
Expand Down

0 comments on commit 7ab1bb3

Please sign in to comment.