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; }