Explorar o código

Обновить 'Jenkins/jenkinsfile'

vmshay %!s(int64=5) %!d(string=hai) anos
pai
achega
ae16a888cd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Jenkins/jenkinsfile

+ 2 - 1
Jenkins/jenkinsfile

@@ -6,9 +6,10 @@ def GetLog(build_url) {
     	responce = httpRequest(httpMode: 'GET',
 		url: build_url + 'consoleText',
 		contentType: 'TEXT_PLAIN',
+		consoleLogResponseBody: true,
 		customHeaders:[[name:'Authorization', value:"Basic ${auth}"]],
 		validResponceCodes: '200')
-		return response.content
+		return response
 	}
 }