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; }
'Tools > Jenkins' 카테고리의 다른 글
[Jenkins] build user vars plugin (0) | 2022.03.14 |
---|---|
[Jenkins] Naming Strategy (0) | 2022.02.28 |
[Jenkins] Docker Agent Container 연결 (0) | 2021.07.30 |
[Jenkins] 모든 Job 항목 가져오기 (0) | 2021.07.30 |
[Jenkins] 오프라인 노드 일괄 삭제 (0) | 2021.07.30 |