Ver código fonte

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

vmshay 5 anos atrás
pai
commit
eabbe09b17
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      Jenkins/jenkinsfile

+ 1 - 2
Jenkins/jenkinsfile

@@ -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
 	}
 }