...
Code Block | ||
---|---|---|
| ||
sudo apt-get update sudo apt-get install jenkins |
설치가 끝났으면 systemd 로 구동/중지할 수 있습니다.
Code Block | ||
---|---|---|
| ||
sudo systemctl restart jenkins |
같이 보기
...
...
Code Block | ||
---|---|---|
| ||
sudo apt-get update sudo apt-get install jenkins |
설치가 끝났으면 systemd 로 구동/중지할 수 있습니다.
Code Block | ||
---|---|---|
| ||
sudo systemctl restart jenkins |
...