소스 검색

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

vmshay 5 년 전
부모
커밋
0884e46fdd
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  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 {