반응형

장군 젠킨스..

 

▶ 환경

  - Jenkins 2.346.1

  - Centos 7

  - 아파치 톰캣 8.5

 

▶ 문제

  - 젠킨스 빌드를 하는데 아래와 같은 오류 메시지가 나타난다...

Caused by: org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: The Tomcat Manager responded "<html>
<head>
<style>
h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}
  table {
    width: 100%;
  }
  
  ......
  ......
  ......

 

▶ 해결책

  - 톰캣 매니저를 찾지 못해서 발생하는 문제인 것 같다. 해당 프로젝트의 구성 -> 빌드 후 조치에서 Containers의 Manager context path를 비우도록 한다.

 

반응형

+ Recent posts