未验证 提交 6b3b0aa4 编写于 作者: S soulseen

update jenkins log

Signed-off-by: Nsoulseen <sunzhu@yunify.com>
上级 4ae7d325
...@@ -683,7 +683,6 @@ func sendJenkinsRequest(baseUrl string, req *http.Request) ([]byte, error) { ...@@ -683,7 +683,6 @@ func sendJenkinsRequest(baseUrl string, req *http.Request) ([]byte, error) {
defer resp.Body.Close() defer resp.Body.Close()
resBody, _ := getRespBody(resp) resBody, _ := getRespBody(resp)
log.Info(string(resBody))
if resp.StatusCode >= http.StatusBadRequest { if resp.StatusCode >= http.StatusBadRequest {
jkerr := new(JkError) jkerr := new(JkError)
jkerr.Code = resp.StatusCode jkerr.Code = resp.StatusCode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册