Parcourir la source

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

vmshay il y a 5 ans
Parent
commit
aa368684e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

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