This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch sonar
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/sonar by this push:
     new 78025b3  Updated sonar.py
78025b3 is described below

commit 78025b3f5575008056f52b861f3c7172566b0bd6
Author: Oleh Fuks <olegfuk...@gmail.com>
AuthorDate: Mon Jul 27 11:09:22 2020 +0300

    Updated sonar.py
---
 infrastructure-provisioning/scripts/jenkins/sonar.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure-provisioning/scripts/jenkins/sonar.py 
b/infrastructure-provisioning/scripts/jenkins/sonar.py
index 52faca6..fbb55f6 100644
--- a/infrastructure-provisioning/scripts/jenkins/sonar.py
+++ b/infrastructure-provisioning/scripts/jenkins/sonar.py
@@ -15,8 +15,12 @@
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
+
 import requests
 import sys
+import time
+
+time.sleep(30)  # wait for new code to be analyzed by SonarQube
 
 PROJECT_KEY = 'com.epam.dlab%3Adlab'
 TOKEN = sys.argv[1]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to