티스토리 뷰

Refer below link

http://seleniumocean.blogspot.com/2018/03/replace-jenkins-logo-and-text-to-your.html

Install a plugin

https://wiki.jenkins.io/display/JENKINS/Simple+Theme+Plugin
https://plugins.jenkins.io/simple-theme-plugin

Configure

Jenkins --> Manage Jenkins --> Configure System --> Theme

CS sample

/* Custom style for Autobahn Jenkins Platform */
.logo img {
  content:url("<JENKINS_HOME>/userContent/layout/logo.jpg");
  /*change the path to your logo path*/
}

#jenkins-name-icon {
  display: none;
}


.logo:after {
content: 'Sample Project';
font-weight: bold;
font-size: 40px;
font-family:"Brush Script MT", cursive;
margin-left: 200px;
margin-right: 12px;
color: Aqua;
line-height: 40px;
}
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함