ソースを参照

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

vmshay 5 年 前
コミット
724b59deef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

@@ -4,7 +4,7 @@ def GetLog(build_url) {
 	def strip = logurl.replaceAll('http://','')
 	def strip = logurl.replaceAll('http://','')
 
 
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')]){
     withCredentials([string(credentialsId: 'JenkinsAPI', variable: 'token')]){
-    	responce = httprequest(httpMode: 'GET',
+    	responce = httpRequest(httpMode: 'GET',
 		url: 'http//admin:token@strip')
 		url: 'http//admin:token@strip')
     return strip
     return strip
 	}
 	}