Explorar o código

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

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

+ 1 - 1
Jenkins/jenkinsfile

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