Explorar el Código

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

vmshay hace 5 años
padre
commit
50d668ddc9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Jenkins/jenkinsfile

+ 2 - 1
Jenkins/jenkinsfile

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