浏览代码

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

vmshay 5 年之前
父节点
当前提交
1ca93a1301
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Jenkins/jenkinsfile

+ 1 - 0
Jenkins/jenkinsfile

@@ -1,6 +1,7 @@
 #!groovy
 def GetLog(url) {
 	def link = url.replaceAll("http://","")
+	println(link)
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'TOKEN')]){
     responce = httpRequest(httpMode: 'GET',
       url: 'http://admin:$TOKEN@$link/consoleText',