Explorar o código

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

vmshay %!s(int64=5) %!d(string=hai) anos
pai
achega
1fe62b1a8c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkins/jenkinsfile

+ 2 - 2
Jenkins/jenkinsfile

@@ -7,9 +7,9 @@ def GetLog(build_url) {
 		url: build_url + 'consoleText',
 		contentType: 'TEXT_PLAIN',
 		customHeaders:[[name:'Authorization', value:"Basic ${auth}"]],
-		validResponceCodes: '200')
-		return response.status
+		validResponceCodes: '200')	
 	}
+	return response.status
 }
 
 def sendMessage(message){