|
@@ -4,7 +4,7 @@ def GetLog(build_url) {
|
|
def strip = logurl.replaceAll('http://','')
|
|
def strip = logurl.replaceAll('http://','')
|
|
|
|
|
|
withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')]){
|
|
withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')]){
|
|
- responce = httprequest(httpMode: 'GET',
|
|
|
|
|
|
+ responce = httpRequest(httpMode: 'GET',
|
|
url: 'http//admin:token@strip')
|
|
url: 'http//admin:token@strip')
|
|
return strip
|
|
return strip
|
|
}
|
|
}
|