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 6e404ae Updated sonar.py
6e404ae is described below
commit 6e404aecca91d967c255584e62e23657dcf1cd58
Author: Oleh Fuks <[email protected]>
AuthorDate: Fri Jul 24 18:28:44 2020 +0300
Updated sonar.py
---
infrastructure-provisioning/scripts/jenkins/sonar.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/scripts/jenkins/sonar.py
b/infrastructure-provisioning/scripts/jenkins/sonar.py
index fdf6f22..dc2c445 100644
--- a/infrastructure-provisioning/scripts/jenkins/sonar.py
+++ b/infrastructure-provisioning/scripts/jenkins/sonar.py
@@ -20,7 +20,7 @@ import requests
PROJECT_KEY = 'com.epam.dlab%3Adlab'
TOKEN = 'ca50bcc08f84b90c0324d2e04dcee5f9c5034e67'
-response =
requests.get('https://localhost:9000/sonar/api/qualitygates/project_status?projectKey='
+ PROJECT_KEY,
+response =
requests.get('http://localhost:9000/sonar/api/qualitygates/project_status?projectKey='
+ PROJECT_KEY,
auth=(TOKEN, '')).json()
print('SUCCESS', response['projectStatus']['status'])
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]