'jenkins upgrade'에 해당되는 글 1건

How to upgrade Jenkins on Ubuntu

 

upgrade a Jenkins on the Ubuntu

First, update the apt packages to fetch the latest versions

sudo apt-get update

Use the following commands to upgrade Jenkins:

sudo apt-get --only-upgrade install jenkins

And then restart the Jenkins server using the command

sudo systemctl restart jenkins

 

 

반응형

'Java' 카테고리의 다른 글

jsp page 접근시 session 생성  (0) 2023.04.11
nginx 502 error,  (0) 2023.02.14
string dateformat validation yyyy-mm-dd  (0) 2022.11.24
restapi @dateformat  (1) 2022.11.24
tomcat8 cookie 관련  (0) 2022.05.06
블로그 이미지

visualp

c#, java

,