Kaynağa Gözat

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

vmshay 5 yıl önce
ebeveyn
işleme
dc2e7ffe3f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

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