[Jenkins] Fixing bug in script for installing plugins
* The bug was due to small iterations number so the script didn't have enough iterations to complete search for dependencies Change-Id: I715be933c2d9328086b70cdb55cddf55b9622a21
This commit is contained in:
parent
a1510195ad
commit
80a9e1e271
@ -31,7 +31,7 @@ do
|
||||
done
|
||||
|
||||
changed=1
|
||||
maxloops=5
|
||||
maxloops=20
|
||||
|
||||
# Install all dependencies.
|
||||
while [ "$changed" == "1" ]; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user