728x90
반응형
SMALL
1. "Simple Theme" 플러그인 설치 (젠킨스 재시작 안 해도 됨)
2. CSS 로 수정
Jenkins 관리 > 시스템 설정 > Theme > Extra CSS
#jenkins-name-icon{
display: none;
}
.logo:after {
content: ' 로고';
font-weight: bold;
font-size: 30px;
font-family:"Malgun Gothic", cursive;
margin-lef: 200px;
margin-right: 12px;
color: White;
line-hight: 40px;
}
728x90
반응형
LIST
'DevOps > CICD' 카테고리의 다른 글
GitHub Actions Artifact : job(actions) 간 파일 공유 (0) | 2023.04.15 |
---|---|
(Jenkins) Finding IP of a Jenkins node / jenkins node 의 IP 확인하기 (0) | 2021.12.22 |
(jenkins) 빌드 유발, Build Periodically, cron 표기 형식 케이스 (0) | 2021.12.16 |
(jenkins) 사용자 추가, 삭제 (0) | 2021.12.16 |
[jenkins] ldap login 설정하기 (0) | 2021.12.14 |