Parcourir la source

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

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

+ 1 - 1
Jenkins/jenkinsfile

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