瀏覽代碼

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

vmshay 5 年之前
父節點
當前提交
3fc6056be0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

@@ -1,6 +1,6 @@
 #!groovy
 def GetLog() {
-    withCredentials([string(credentialsId: 'JenkinsApi', variable: 'token')])
+    withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')])
     responce = httprequest(httpMode: 'GET',
       url: 'http//admin:token@${BUILD_URL}/consoleText',
       validResponces: '200')