|
@@ -8,7 +8,7 @@ def GetLog(build_url) {
|
|
|
withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')]){
|
|
|
responce = httpRequest(contentType: 'APPLICATION_JSON',
|
|
|
httpMode: 'GET',
|
|
|
- url: 'http:// + strip,
|
|
|
+ url: 'http://' + strip,
|
|
|
customHeaders:[[name:'Authorization', value:"Basic ${auth}"]])
|
|
|
return strip
|
|
|
}
|