Parcourir la source

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

vmshay il y a 5 ans
Parent
commit
eabbe09b17
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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
 	}
 }