@@ -8,7 +8,7 @@ def GetLog(build_url) {
httpMode: 'GET',
url: 'http://' + strip + 'consoleText',
customHeaders:[[name:'Authorization', value:"Basic ${auth}"]])
- return strip
+ return responce
}