*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Next expiry: June 20, 2022 at 10 PM ET
Troubleshoot
Jenkins Prod Server
| Code Block |
|---|
//Check the status of the server
sudo systemctl status jenkins
//Restart the server
sudo systemctl restart jenkins
//Restart nginx
sudo systemctl restart nginx |
Mobile Prod server
| Code Block |
|---|
//Check the status of docker
sudo systemctl status docker
//Restart docker
sudo systemctl restart docker |
Frontend Dashboard server
| Code Block |
|---|
//Check the status of httpd
sudo systemctl status httpd
//Restart httpd
sudo systemctl restart httpd |