Pārlūkot izejas kodu

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

vmshay 5 gadi atpakaļ
vecāks
revīzija
0884e46fdd
1 mainītis faili ar 1 papildinājumiem un 8 dzēšanām
  1. 1 8
      Jenkins/jenkinsfile

+ 1 - 8
Jenkins/jenkinsfile

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