|
@@ -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
|
|
}
|
|
}
|
|
}
|
|
}
|