QA/Automation/Projects/Mozmill Automation/Mozmill CI/FAQ
< QA | Automation | Projects | Mozmill Automation | Mozmill CI
Jump to navigation
Jump to search
This page lists answers to a couple of questions which have been raised in the past. Be sure to check those before sending us an email.
Mozmill CI is broken. How do I restart Jenkins?
There are cases when Mozmill CI is failing. Especially we are still facing issues with running plugins. Some of the failures can't be stopped from happening easily and would need a restart of Jenkins. In such a situation please always contact us first, so that we can solve the problem. If no-one is around and you need a running Mozmill CI do the following steps to get Jenkins restarted:
- Open your VPN client and connect to MV
- SSH into our Mozmill CI master which is reachable via 10.250.73.243 (ask Henrik or Dave for the username and password)
- Execute screen -x to reattach to the screen
- Select the Jenkins tab by pressing Alt+a followed by the tab number
- Press Ctrl+c to kill Jenkins
- Run ./start.sh to start Jenkins
- Exit screen via Alt+a and d
- Exit SSH
Keep in mind that this action sends out a bunch of emails to the mozmill-ci mailing list.