Merge "[Jenkins] Fixing bug in script for installing plugins"

This commit is contained in:
Jenkins 2016-06-27 15:56:03 +00:00 committed by Gerrit Code Review
commit 1cd3e3d7c8

View File

@ -31,7 +31,7 @@ do
done
changed=1
maxloops=5
maxloops=20
# Install all dependencies.
while [ "$changed" == "1" ]; do