Jenkins 에서 아래의 Material Theme 를 사용하면 pipeline script sandbox 에서 입력 커서가 어긋나는 현상이 발생한다.
https://github.com/afonsof/jenkins-material-theme
css 파일을 아래와 같이 수정
기존
#main-panel>pre{font-family:Roboto Mono,monospace!important}
변경
#main-panel > pre *, .ace_editor .ace_scroller .ace_content * { font-family: Roboto Mono, monospace !important; } div.ace_editor.ace-tomorrow, div.ace_editor.ace-tomorrow * { font: 12px/normal Roboto Mono, monospace !important; }
'IT > 업무' 카테고리의 다른 글
[Jenkins] Naming Strategy (0) | 2022.02.28 |
---|---|
[Confluence] 같은 공간에 동일한 타이틀의 페이지 생성하기 (0) | 2022.02.15 |
[Bamboo] Git Clone 시, 심볼릭 링크 처리가 되지 않는 경우 (0) | 2021.11.03 |
[Jenkins] Docker Agent Container 연결 (0) | 2021.07.30 |
[Jenkins] 모든 Job 항목 가져오기 (0) | 2021.07.30 |
Comments