Browse Source

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

vmshay 5 năm trước cách đây
mục cha
commit
eabbe09b17
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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
 	}
 }