Explorar el Código

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

vmshay hace 5 años
padre
commit
1fe62b1a8c
Se han modificado 1 ficheros con 2 adiciones y 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){