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' 카테고리의 다른 글
| Spring AI 소개 및 핵심 정리 (0) | 2026.04.20 |
|---|---|
| 부동소수 & 고정소수 (1) | 2024.10.21 |
| jsp page 접근시 session 생성 (0) | 2023.04.11 |
| nginx 502 error, (0) | 2023.02.14 |
| string dateformat validation yyyy-mm-dd (0) | 2022.11.24 |