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