@@ -8,7 +8,7 @@ def GetLog(build_url) {
contentType: 'TEXT_PLAIN',
customHeaders:[[name:'Authorization', value:"Basic ${auth}"]],
validResponceCodes: '200')
- return responce
+ return response.content
}