|
@@ -5,7 +5,7 @@ def GetLog(build_url) {
|
|
|
|
|
|
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
|
|
}
|
|
}
|
|
}
|
|
}
|