From 80a9e1e27169a06bea669e2788cae0422f8891a7 Mon Sep 17 00:00:00 2001 From: Nikolay Mahotkin Date: Mon, 27 Jun 2016 18:19:44 +0300 Subject: [PATCH] [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 --- .../Jenkins/package/Resources/scripts/install_plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano-apps/Jenkins/package/Resources/scripts/install_plugins.sh b/murano-apps/Jenkins/package/Resources/scripts/install_plugins.sh index 17e41cd..9fd6ddc 100755 --- a/murano-apps/Jenkins/package/Resources/scripts/install_plugins.sh +++ b/murano-apps/Jenkins/package/Resources/scripts/install_plugins.sh @@ -31,7 +31,7 @@ do done changed=1 -maxloops=5 +maxloops=20 # Install all dependencies. while [ "$changed" == "1" ]; do