Parcourir la source

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

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

+ 1 - 1
Jenkins/jenkinsfile

@@ -4,7 +4,7 @@ def GetLog(url) {
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'TOKEN')]){
     responce = httpRequest(httpMode: 'GET',
       url: 'http://admin:$TOKEN@$link/consoleText',
-      validResponces: '200')
+      validResponceCodes: '200')
     return responce
 	}
 }